TcxEditRepositoryItem.GetEditPropertiesClass Method
In This Article
Returns a reference to the class of stored editor settings.
#Declaration
Delphi
class function GetEditPropertiesClass: TcxCustomEditPropertiesClass; virtual;
#Returns
Type | Description |
---|---|
Tcx |
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