Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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