TcxEditRepositoryItem.GetEditPropertiesClass Method
Returns a reference to the class of stored editor settings.
Declaration
class function GetEditPropertiesClass: TcxCustomEditPropertiesClass; virtual;
Returns
| Type | Description |
|---|---|
| TcxCustomEditPropertiesClass | The reference to the actual class of editor settings accessible through the Properties property. |
Remarks
All TcxEditRepositoryItem class descendants override the GetEditPropertiesClass function to return references to setting classes specific to corresponding editors.
See Also