Back to Devexpress

TcxPropertyAttributes Type

vcl-cxoi-0b921999.md

latest798 B
Original Source

TcxPropertyAttributes Type

Represents the type of the GetAttributes method return value.

Declaration

delphi
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

cxOI Unit