Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomRowProperties Class

The base class for classes that store vertical grid row settings.

#Declaration

Delphi
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

See Also