TcxGridServerModeGroupRow Members
Constructors
Name | Description |
---|---|
Create(TcxCustomGridTableViewData,Integer,TcxRowInfo) | Initializes a new instance of the TcxCustomGridRecord class with specified settings. Inherited from TcxCustomGridRecord. |
Properties
Name | Description |
---|---|
AsGroupRow | Provides access to the current row as a group row. Inherited from TcxCustomGridRow. |
AsMasterDataRow | Provides access to the current row as a master data row. Inherited from TcxCustomGridRow. |
DisplayCaption | Gets the caption of the currently processed group row. Inherited from TcxGridGroupRow. |
DisplayCaptions | Inherited from TcxGridGroupRow. |
DisplayText | Gets the text displayed in the current group row. Inherited from TcxGridGroupRow. |
DisplayTexts | Provides indexed access to display of a field’s value. Inherited from TcxCustomGridRecord. |
DragHighlighted | Inherited from TcxCustomGridRecord. |
Expandable | Gets whether the record can be expanded and/or collapsed. Inherited from TcxCustomGridRecord. |
Expanded | Specifies whether the record is expanded. Inherited from TcxCustomGridRecord. |
FixedState protected | Inherited from TcxCustomGridRow. |
Focused | Specifies whether the current record is focused. Inherited from TcxCustomGridRecord. |
GridView | Inherited from TcxCustomGridRow. |
GridViewLevel | Provides access to a level object associated with the View to which the current row belongs. Inherited from TcxCustomGridRow. |
GroupedColumn | Represents the topmost grouping column. Inherited from TcxGridGroupRow. |
GroupedColumnCount | Inherited from TcxGridGroupRow. |
GroupedColumns | Inherited from TcxGridGroupRow. |
GroupedColumnValue | Inherited from TcxGridGroupRow. |
GroupSummaryItems | Provides access to the collection of group summaries defined in the currently processed group row. Inherited from TcxGridGroupRow. |
HasCells | Determines whether the current record has cells displaying values. Inherited from TcxCustomGridRecord. |
Index | Returns the visual position of the record within a View. Inherited from TcxCustomGridRecord. |
IsData | Determines whether the record displays data in cells. Inherited from TcxCustomGridRecord. |
IsEditing | Determines whether the record is currently being edited (the data controller is in edit mode). Inherited from TcxCustomGridRecord. |
IsFilterRow | Determines whether the current row references the View’s filter row. Inherited from TcxCustomGridRow. |
IsFirst | Determines whether the record is displayed at the first position within a View. Inherited from TcxCustomGridRecord. |
IsLast | Determines whether the current record is located at the last position within a View. Inherited from TcxCustomGridRecord. |
IsNewItemRecord | Determines whether the current record is a “new item record” within a View. Inherited from TcxCustomGridRecord. |
IsNewItemRow | Identifies if the row is a new item row. Inherited from TcxCustomGridRow. |
IsParentRecordLast protected | Determines whether a group footer that corresponds to a specific group level can be displayed under the current record. Inherited from TcxCustomGridRecord. |
LastParentRecordCount protected | Returns the number of group levels for which the current record can display group footers. Inherited from TcxCustomGridRecord. |
Level | Returns the group level of the current record. Inherited from TcxCustomGridRecord. |
ParentRecord | Returns an immediate parent record for the current record. Inherited from TcxCustomGridRecord. |
PartVisible | Inherited from TcxCustomGridRecord. |
PixelScrollPosition | Inherited from TcxCustomGridRecord. |
RecordIndex | Specifies the record index of the current record. Inherited from TcxCustomGridRecord. |
Selected | Specifies whether the current record is selected. Inherited from TcxCustomGridRecord. |
Value | Determines a value of the group column by which data is grouped. Inherited from TcxGridGroupRow. |
ValueCount | Specifies the number of values corresponding to items (fields) in the current record. Inherited from TcxCustomGridRecord. |
Values | Provides indexed access to data item values. Inherited from TcxCustomGridRecord. |
ViewData | Identifies an object containing the current row. Inherited from TcxCustomGridRow. |
ViewInfo | Inherited from TcxCustomGridRow. |
Visible | Returns the visibility of the current record. Inherited from TcxCustomGridRecord. |
Methods
Name | Description |
---|---|
CanFocus | Determines whether the record can be focused. Inherited from TcxCustomGridRecord. |
CanFocusCells | Inherited from TcxCustomGridRecord. |
Collapse(Boolean) | Collapses the record. Inherited from TcxCustomGridRecord. |
Equals(TObject) | Inherited from TObject. |
Expand(Boolean) | Expands the record. Inherited from TcxCustomGridRecord. |
ExpandOnDblClick | Inherited from TcxCustomGridRow. |
GetFirstFocusableChild | Returns the first child record for the current record. Inherited from TcxCustomGridRecord. |
GetGroupSummaryInfo(TcxDataSummaryItems,PVariant,Integer) | Requests information on summaries of the currently processed group row. Inherited from TcxGridGroupRow. |
GetHashCode | Inherited from TObject. |
GetLastFocusableChild(Boolean) | Gets the last child record for the current record. Inherited from TcxCustomGridRecord. |
Invalidate(TcxCustomGridTableItem) | Updates a record or a record cell. Inherited from TcxCustomGridRecord. |
MakeVisible | Makes the current record visible. Inherited from TcxCustomGridRecord. |
SupportsCellMultiSelect | Inherited from TcxCustomGridRow. |
ToString | Inherited from TObject. |
See Also