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.GetInnerEditClass Method

Returns the class of an inner editor.

#Declaration

Delphi
function GetInnerEditClass: TControlClass; virtual;

#Returns

Type
TControlClass

#Remarks

The GetInnerEditClass method returns the class of an inner editor. The CreateInnerEdit method uses information on the class returned by GetInnerEditClass to create an instance of the inner editor.

See Also