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

TcxCustomEdit.GetPropertiesClass Method

Returns a reference to the actual editor settings class.

#Declaration

Delphi
class function GetPropertiesClass: TcxCustomEditPropertiesClass; virtual;

#Returns

Type Description
TcxCustomEditPropertiesClass

The reference to the TcxCustomEditProperties class descendant that stores editor settings.

#Remarks

Call the GetPropertiesClass function to identify the type of editor settings accessible through ActiveProperties and Properties properties. Alternatively, you can call the ActiveProperties.ClassType or Properties.ClassType function.

All TcxCustomEdit class descendants override the GetPropertiesClass function to return references to setting classes specific to corresponding editors.

See Also