Back to Devexpress

TcxEditRepositoryItem.Properties Property

vcl-cxedit-dot-tcxeditrepositoryitem.md

latest1.6 KB
Original Source

TcxEditRepositoryItem.Properties Property

Provides access to stored editor settings.

Declaration

delphi
property Properties: TcxCustomEditProperties read; write;

Property Value

TypeDescription
TcxCustomEditProperties

Stored editor settings.

To access all public API members of the returned settings object, cast it to the corresponding edit settings class. Call the Properties.ClassType function to identify the actual class of editor settings. You can also call the GetEditPropertiesClass function to identify the class of editor settings accessible through the Properties property.

Alternatively, you can use the Properties property declared at the level of a terminal TcxEditRepositoryItem class descendant to access all stored settings.

|

Remarks

All TcxEditRepositoryItem class descendants override the Properties property to store settings specific to corresponding editors.

See Also

TcxEditRepositoryItem.GetBaseName Function

TcxEditRepositoryItem.GetEditPropertiesClass Function

TcxEditRepositoryItem Class

TcxEditRepositoryItem Members

cxEdit Unit