The IDataGridColumn interface contains properties and methods of the DataGrid component's column.
IDataGridColumn
Property name | Brief description | |
EditorBinding | The EditorBinding property determines the values editor syntax for the current column cells. | |
Field | The Field property determines the area of a data source, which data is displayed in the current column. | |
FieldName | The FieldName property determines the name of data source field, to which the current column is linked. | |
FilterAction | The FilterAction property returns the index of set column filtering. | |
Focused | The Focused property returns whether the column has a focus. | |
LocalValueFormat | The LocalValueFormat property determines the data display format in a table column according to regional parameters settings. | |
Lookup | The Lookup property determines the display parameters of the selected element in the drop-down list of dictionary. | |
SortAscending | The SortAscending property determines the sorting direction. | |
SortIndex | The SortIndex property determines the index of set sorting. | |
StyleIndex | The StyleIndex property determines a style index from the collection of set styles for the current column for the DataGrid component. | |
ValueFormat | The ValueFormat property determines the table data display format. |
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 component upper border. | |
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. |
Property name | Brief description | |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. | |
Components | The Components property returns a child component, which index is passed via the input parameter. | |
Data | The Data property is used to store any custom data. | |
Name | The Name property determines the component name. | |
Tag | The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion. |
Method name | Brief description | |
AdjustWidth | The AdjustWidth method executes column width auto adjustment. | |
DoFilterAction | The DoFilterAction method applies filtering, which index is passed as an input parameter. |
Method name | Brief description | |
Delete | The Delete method deletes the object, for which it was called. | |
SetParentBand | The SetParentBand method places an object to band's specified positions. |
See also: