Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridViewProgressBarColumn Class / ProgressBarProperties Property


In This Topic
    ProgressBarProperties Property (NDataGridViewProgressBarColumn)
    In This Topic
    Gets or sets the properties of the progress bar displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Property ProgressBarProperties As NProgressBarProperties
    'Usage
     
    
    Dim instance As NDataGridViewProgressBarColumn
    Dim value As NProgressBarProperties
     
    instance.ProgressBarProperties = value
     
    value = instance.ProgressBarProperties
    public NProgressBarProperties ProgressBarProperties {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also