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


In This Topic
    ProgressBarProperties Property (NDataGridViewProgressBarCell)
    In This Topic
    Gets or sets the properties of the progress bar displayed in the cell.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <System.ComponentModel.CategoryAttribute("Progress Bar Settings")>
    Public Property ProgressBarProperties As NProgressBarProperties
    'Usage
     
    
    Dim instance As NDataGridViewProgressBarCell
    Dim value As NProgressBarProperties
     
    instance.ProgressBarProperties = value
     
    value = instance.ProgressBarProperties
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    [System.ComponentModel.Category("Progress Bar Settings")]
    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