Skip to main content

TcxCustomGridRecord Members

Represents the base class for records in a View.

Constructors

Name Description
Create(TcxCustomGridTableViewData,Integer,TcxRowInfo) Initializes a new instance of the TcxCustomGridRecord class with specified settings.

Properties

Name Description
DisplayTexts Provides indexed access to the text version of a field’s value, in the current record.
DragHighlighted
Expandable Gets whether the record can be expanded and/or collapsed.
Expanded Specifies whether the record is expanded.
Focused Specifies whether the current record is focused.
GridView Returns the View, which owns the current record.
HasCells Determines whether the current record has cells displaying values.
Index Returns the visual position of the record within a View.
IsData Determines whether the record displays data in cells.
IsEditing Determines whether the record is currently being edited (the data controller is in edit mode).
IsFirst Determines whether the record is displayed at the first position within a View.
IsLast Determines whether the current record is located at the last position within a View.
IsNewItemRecord Determines whether the current record is a “new item record” within a View.
IsParentRecordLast protected Determines whether a group footer that corresponds to a specific group level can be displayed under the current record.
LastParentRecordCount protected Returns the number of group levels for which the current record can display group footers.
Level Returns the group level of the current record.
ParentRecord Returns an immediate parent record for the current record.
PartVisible
PixelScrollPosition
RecordIndex Specifies the record index of the current record.
Selected Specifies whether the current record is selected.
ValueCount Specifies the number of values corresponding to items (fields) in the current record.
Values Provides indexed access to the values of items (fields) in a record.
ViewData Returns the ViewData object owning the current record.
ViewInfo
Visible Returns the visibility of the current record.

Methods

Name Description
CanFocus Determines whether the record can be focused.
CanFocusCells
Collapse(Boolean) Collapses the record.
Equals(TObject) Inherited from TObject.
Expand(Boolean) Expands the record.
GetFirstFocusableChild Returns the first child record for the current record.
GetHashCode Inherited from TObject.
GetLastFocusableChild(Boolean) Gets the last child record for the current record.
Invalidate(TcxCustomGridTableItem) Updates a record or a record cell.
MakeVisible Makes the current record visible.
ToString Inherited from TObject.
See Also