TcxCustomEditStyle.Edit Property
In This Article
Specifies the editor which owns the current style.
#Declaration
Delphi
property Edit: TcxCustomEdit read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Edit property to get the editor which owns the current style. For non-TcxCustomEdit descendants, this property returns nil.
See Also