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