Skip to main content

TcxCustomBarEditItem.GetProperties Method

Returns embedded editor settings.

Declaration

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