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

TcxStyleValue Enum

Enumerates flags indicating which TcxStyle attributes are assigned.

#Declaration

Delphi
TcxStyleValue = (
    svBitmap,
    svColor,
    svFont,
    svTextColor
);

#Members

Name
svBitmap
svColor
svFont
svTextColor

#Remarks

The TcxStyleValue type enumerates the flags indicating which TcxStyle attributes are assigned. These flags are set via the TcxStyle.AssignedValues property.

Value Meaning
svBitmap Indicates that a value is assigned to the TcxStyle.Bitmap property.
svColor Indicates that a value is assigned to the TcxStyle.Color property.
svFont Indicates that a value is assigned to the TcxStyle.Font property.
svTextColor Indicates that a value is assigned to the TcxStyle.TextColor property.
See Also