TcxCustomRowProperties Class
The base class for classes that store vertical grid row settings.
Declaration
TcxCustomRowProperties = class(
TcxInterfacedCollectionItem,
IcxStoredObject
)
Remarks
Terminal TcxCustomRowProperties Class Descendants
Do not use the TcxCustomRowProperties
class directly. Use the following descendants instead:
- TcxCaptionRowProperties
- Contains settings that define the appearance and behavior of the header or category row for the editor.
- TcxEditorRowProperties
- Stores vertical grid row settings in unbound mode.
- TcxMultiEditorRowProperties
- Contains settings that define the multi editor row’s appearance and behavior.
- TcxDBEditorRowProperties
- Represents settings that define the data-aware editor row behavior.
- TcxDBMultiEditorRowProperties
- Represents settings that define the data-aware editor row behavior.
Implements
Inheritance
TObject
TPersistent
TCollectionItem
TcxInterfacedCollectionItem
TcxCustomRowProperties
See Also