Class GridProgressBarColumn
Represents the class that contains values for the Progress Bar of the cell.
Inheritance
System.Object
GridProgressBarColumn
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridProgressBarColumn : GridColumn, IDisposable, IFilterDefinition
Constructors
GridProgressBarColumn()
Initializes a new instance of the GridProgressBarColumn class.
Declaration
public GridProgressBarColumn()
Properties
Maximum
Gets or sets a value indicating whether to determines the higher value range of the ProgressBar.
Declaration
[Cloneable(true)]
public int Maximum { get; set; }
Property Value
Type |
---|
System.Int32 |
Minimum
Gets or sets a value indicating to determines the lower value range of the ProgressBar.
Declaration
[Cloneable(true)]
public int Minimum { get; set; }
Property Value
Type |
---|
System.Int32 |
ValueMode
Gets or sets value mode of the progress bar.
Declaration
[Cloneable(true)]
public ProgressBarValueMode ValueMode { get; set; }
Property Value
Type |
---|
ProgressBarValueMode |
Implements
System.IDisposable