TcxPropertyAttributes Type
Represents the type of the GetAttributes method return value.
Declaration
TcxPropertyAttributes = set of TcxPropertyAttribute;
Referenced Class
Type |
---|
TcxPropertyAttribute |
Remarks
The TcxPropertyAttributes type is a set of the TcxPropertyAttribute type and used for type declaration of the GetAttributes method return value. The GetAttributes method defines the edited property attributes for every TcxPropertyEditor editor bound to the edited property.
See Also