Class SerializableGridProgressBarColumn
Represents a class that is used to serialize and deserialize GridProgressBarColumn property settings.
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)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridProgressBarColumn : SerializableGridColumn
Constructors
SerializableGridProgressBarColumn()
Declaration
public SerializableGridProgressBarColumn()
Properties
Maximum
Gets or sets the maximum value of the progress bar cell.
Declaration
public int Maximum { get; set; }
Property Value
Type |
---|
System.Int32 |
Minimum
Gets or sets the minimum value of the progress bar cell.
Declaration
public int Minimum { get; set; }
Property Value
Type |
---|
System.Int32 |
ValueMode
Gets or sets the value mode of the progress bar cell.
Declaration
public ProgressBarValueMode ValueMode { get; set; }
Property Value
Type |
---|
ProgressBarValueMode |