| |
Property name |
Brief description |
 |
AutoWidth |
The AutoWidth property determines the value that will be used to autoadjust band or column width when the DataGrid component is resized. |
 |
CanSetVisible |
The CanSetVisible property determines whether it is possible to change visibility of component band or column. |
 |
ColumnIndex |
The ColumnIndex property returns the index of a column or a band at the current nesting level. |
 |
Columns |
The Columns property returns the collection of band child columns. |
 |
Fixed |
The Fixed property determines the fixed band, in which the object is located. |
 |
HeaderStyle |
The HeaderStyle property returns a formatting style of a band or column header. |
 |
Height |
The Height property returns the height of a band or a column header. |
 |
Index |
The Index property returns the unique index of an object in the collection of bands or columns. |
 |
Left |
The Left property returns the space between a band left border or between a column and the DataGrid component left border. |
 |
Level |
The Level property returns an object nesting level. |
 |
Menu |
The Menu property determines the context menu that is called for in the area of band or column header. |
 |
MinWidth |
The MinWidth property determines a minimum width of band or column header. |
 |
Options |
The Options property returns additional object properties. |
 |
ParentBand |
The ParentBand property determines a parent object. |
 |
RootBand |
The RootBand property returns the very first (root) parent band. |
 |
RowIndex |
The RowIndex property returns the index of the row, that contains the object header. |
 |
Title |
The Title property determines text of a band or column header. |
 |
Top |
The Top property returns the space between a band's or column's upper border and the DataGrid. |
 |
TotalPopup |
The TotalPopup property determines the context menu that appears on clicking with additional mouse button in the area of totals of this object. |
 |
TotalStyle |
The TotalStyle property determines type of totals that are calculated for this object. |
 |
TotalValue |
The TotalValue property determines the value that is displayed in the object totals. |
 |
Visible |
The Visible property indicates whether this object is visible in a table. |
 |
Width |
The Width property determines band or column header width. |