TcxEditRepositoryItem.Properties Property
In This Article
Provides access to stored editor settings.
#Declaration
Delphi
property Properties: TcxCustomEditProperties read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stored editor settings. To access all public API members of the returned settings object, cast it to the corresponding edit settings class. Call the Alternatively, you can use the |
#Remarks
All TcxEditRepositoryItem class descendants override the Properties
property to store settings specific to corresponding editors.
See Also