TcxDBEditorRowItemProperties Members
Contains settings that define behavior of a data-aware item in the multi editor row.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 | Represents an object associating a data-aware item with a dataset field. |
| DisplayEditProperties | Inherited from TcxCustomEditorRowProperties. |
| DisplayName | Inherited from TCollectionItem. |
| DisplayTexts | Inherited from TcxCustomEditorRowProperties. |
| EditProperties | Provides access to active in-place editor settings. Inherited from TcxCustomEditorRowProperties. |
| EditPropertiesClass | Specifies a reference to the editor properties class that corresponds to the active in-place editor type. Inherited from TcxCustomEditorRowProperties. |
| EditPropertiesClassName | Specifies the in-place editor type by its class name. Inherited from TcxCustomEditorRowProperties. |
| Filtered | Inherited from TcxCaptionRowProperties. |
| FilteringDateRanges | Inherited from TcxCustomEditorRowProperties. |
| 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 the vertical grid row index. Inherited from TcxCustomEditorRowProperties. |
| ItemLink | Inherited from TcxCustomEditorRowProperties. |
| Options | Inherited from TcxCollectionItemEditorRowProperties. |
| PropertiesValue | Inherited from TcxCustomEditorRowProperties. |
| RepositoryItem | Specifies an edit repository item component for the vertical grid row. Inherited from TcxCustomEditorRowProperties. |
| Row | Identifies the current row. Inherited from TcxCustomRowProperties. |
| Value protected | Specifies the value for the data cell of the row’s focused record. Inherited from TcxCustomEditorRowProperties. |
| Values | Provides indexed access to the row’s values. Inherited from TcxCustomEditorRowProperties. |
| VisibleForExpressionEditor | Specifies an editor row’s visibility in the “Expression Editor Dialog“ dialog. Inherited from TcxCustomEditorRowProperties. |
| Width | Specifies a Multi Editor Row item’s width (in pixels). Inherited from TcxCollectionItemEditorRowProperties. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| 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. Inherited from TcxCustomEditorRowProperties. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| EditPropertiesEvents | Inherited from TcxCollectionItemEditorRowProperties. |
| OnGetDisplayText | Occurs when a data cell’s value is displayed. Inherited from TcxCustomEditorRowProperties. |
| OnGetEditingProperties | Allows you to change the active in-place editor and customize its settings when a user invokes it for a data cell in the vertical grid row. Inherited from TcxCustomEditorRowProperties. |
| OnGetEditProperties | Allows you to change the active in-place editor and customize its settings depending on custom conditions. Inherited from TcxCustomEditorRowProperties. |
| OnGetFilterImages protected | Allows you to replace images displayed in an edit row’s filter pop-up window. Inherited from TcxCustomEditorRowProperties. |
| OnGetFilterValues protected | Inherited from TcxCustomEditorRowProperties. |
| OnInitFilteringDateRanges protected | Inherited from TcxCustomEditorRowProperties. |
| OnUserFiltering protected | Inherited from TcxCustomEditorRowProperties. |
| OnUserFilteringEx protected | Inherited from TcxCustomEditorRowProperties. |
| OnValidateDrawValue | Enables you to customize the manner in which validation errors are visualized in the row editor. Inherited from TcxCustomEditorRowProperties. |
See Also