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

TcxCustomBarEditItem.GetProperties Method

Returns embedded editor settings.

#Declaration

Delphi
function GetProperties: TcxCustomEditProperties;

#Returns

Type Description
TcxCustomEditProperties

Stores settings that correspond to the active in-place editor type.

Cast the property value to the corresponding class of in-place editor settings to access all public API members. Call the Properties.ClassName function to identify the actual class of in-place editor settings.

#Remarks

Call the GetProperties function to obtain active embedded editor settings.

You can use the PropertiesClass, PropertiesClassName, or RepositoryItem property to switch between available embedded editor types. If all these properties are unspecified, the GetProperties function returns the default embedded editor settings (a TcxTextEditProperties class instance).

See Also