Class CustomGrid
Various custom grid getters. The returned objects expose the functionality of the specific grid types.
public class CustomGrid
- Inheritance
-
CustomGrid
- Inherited Members
Properties
C1FlexGrid
A ComponentOne C1FlexGrid object.
public IC1FlexGrid C1FlexGrid { get; }
Property Value
C1TrueDbGrid
A ComponentOne C1TrueDBGrid object.
public IC1TrueDBGrid C1TrueDbGrid { get; }
Property Value
DataGrid
A Microsoft DataGrid object.
public IDataGrid DataGrid { get; }
Property Value
DataGridView
A Microsoft DataGridView object.
public IDataGridView DataGridView { get; }
Property Value
UltraWinGrid
An Infragistics UltraWinGrid object.
public IUltraWinGrid UltraWinGrid { get; }
Property Value
XtraGrid
A DevExpress XtraGrid object.
public IXtraGrid XtraGrid { get; }