TcxCustomEdit.Properties Property
Provides access to editor settings.
#Declaration
property Properties: TcxCustomEditProperties read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores editor settings. If you access an editor instance as a Tcx Call the Refer to the Tcx |
#Remarks
You can use the Properties
property to access and customize editor settings if the RepositoryItem property is unspecified. If a repository item is assigned to the RepositoryItem property, all settings accessible through the Properties
property have no effect on the editor.
All TcxCustomEdit class descendants override the Properties
property to implement editor settings specific to the actual editor type.
Tip
You can use the Active