Class GridProgressBar
Adds grid cell-specific keyboard logic to a ProgressBarAdv.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridProgressBar : ProgressBarAdv, IDisposable, ISupportInitialize, IThemeProvider, IVisualStyle
Constructors
GridProgressBar(GridProgressBarCellRenderer)
Initializes a new GridProgressBar and attaches it to a GridProgressBarCellRenderer.
Declaration
public GridProgressBar(GridProgressBarCellRenderer parent)
Parameters
Type | Name | Description |
---|---|---|
GridProgressBarCellRenderer | parent | Parent cell renderer. |
Properties
ParentCell
Gets the associated cell renderer for the text box.
Declaration
public GridProgressBarCellRenderer ParentCell { get; }
Property Value
Type |
---|
GridProgressBarCellRenderer |
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize