TcxPropertyEditor.GetAttributes Method
Returns a set or subset of the TcxPropertyAttributes flags.
Declaration
function GetAttributes: TcxPropertyAttributes; virtual;
Returns
Type |
---|
TcxPropertyAttributes |
Remarks
Used to determine what editing behavior to apply to the edited property. Descendants override the GetAttributes method to provide their own settings returned from the GetAttributes method to customize editing behavior.
See Also