Skip to main content
A newer version of this page is available. .

TcxCustomEditorRowProperties Members

The base class for classes that store the appearance and behavior settings for an editor row in vertical grid controls.

Constructors

Name Description
Create(TCollection) Inherited from TCollectionItem.
CreateEx(TcxCustomRow) Creates a new instance of the TcxCustomRowProperties class. Inherited from TcxCustomRowProperties.

Properties

Name Description
Caption Specifies the text for the current row header. Inherited from TcxCaptionRowProperties.
Collection Inherited from TCollectionItem.
DataBinding protected
DisplayEditProperties
DisplayName Inherited from TCollectionItem.
DisplayTexts
EditProperties Represents a set of attributes specific to the editor available for editing row data.
EditPropertiesClass Represents an editor available for data row editing.
EditPropertiesClassName
Filtered Inherited from TcxCaptionRowProperties.
FilteringDateRanges
HeaderAlignmentHorz Specifies the horizontal alignment of the row’s header text. Inherited from TcxCaptionRowProperties.
HeaderAlignmentVert Specifies the vertical alignment of the row’s header text. Inherited from TcxCaptionRowProperties.
Hint Specifies the text in the hint window that appears when the user positions the mouse cursor over the row header. Inherited from TcxCaptionRowProperties.
ID Inherited from TCollectionItem.
ImageIndex Specifies the image index for the current row’s header. Inherited from TcxCaptionRowProperties.
Index Inherited from TCollectionItem.
ItemIndex Returns an editor row’s index.
ItemLink
Options protected Provides access to settings that control a user’s capability to manipulate a row.
PropertiesValue
RepositoryItem Specifies the repository item for a row editor.
Row Identifies the current row. Inherited from TcxCustomRowProperties.
Value protected Specifies the value for the data cell of the row’s focused record.
Values Provides indexed access to the row’s values.
VisibleForExpressionEditor Specifies an editor row’s visibility in the “Expression Editor Dialog“ dialog.

Methods

Name Description
Assign(TPersistent) Assigns values to the current row’s properties.
AssignTo(TPersistent) Inherited from TPersistent.
Changed protected Forces the grid control to redraw itself when the properties of the current row are changed. Inherited from TcxCustomRowProperties.
DefaultCaption protected Returns the default header text if the Caption property is not assigned. Inherited from TcxCaptionRowProperties.
Equals(TObject) Inherited from TObject.
GetDisplayName Inherited from TCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Release Inherited from TCollectionItem.
RestoreDefaults protected Restores the default status for the current row. Inherited from TcxCaptionRowProperties.
SetDisplayName(String) Inherited from TCollectionItem.
ShowExpressionEditor Invokes the “Expression Editor Dialog“ dialog for an editor row.
ToString Inherited from TObject.

Events

Name Description
OnGetDisplayText protected Occurs when a data cell’s value is displayed.
OnGetEditingProperties protected Enables you to specify the in-place editor for the row’s data cells.
OnGetEditProperties protected Enables you to assign display value formatting editors to individual data cells.
OnGetFilterImages protected Allows you to replace images displayed in an edit row’s filter pop-up window.
OnGetFilterValues protected
OnInitFilteringDateRanges protected
OnUserFiltering protected
OnUserFilteringEx protected
OnValidateDrawValue protected Enables you to customize the manner in which validation errors are visualized in the row editor.
See Also