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

CreateEx(TcxCustomRow) Constructor

Creates a new instance of the TcxCustomRowProperties class.

#Declaration

Delphi
constructor CreateEx(ARow: TcxCustomRow); virtual;

#Parameters

Name Type
ARow TcxCustomRow

#Remarks

Creates a new instance of the TcxCustomRowProperties class. CreateEx calls the constructor inherited from the TCollectionItem to set a collection of items used in its descendants. Override this constructor if you implement the TcxCustomRowProperties descendant.

The ARow parameter specifies the current row.

See Also