Back to Devexpress

TcxContainerStyleValue Type

vcl-cxcontainer-d9193096.md

latest2.8 KB
Original Source

TcxContainerStyleValue Type

Enumerates all flags that correspond to individual style settings.

Declaration

delphi
TcxContainerStyleValue = 0..SizeOf(Integer) * 8 - 1;

Remarks

Style setting flags allow you to track style setting changes in the current style or at the current hierarchy level and reset them. If a flag (that is, an individual TcxContainerStyleValue value) is set, the corresponding style setting is in effect. Otherwise, the current style inherits the corresponding setting from the base style.

Style Setting Modification Flags

A TcxContainerStyleValues value can include any number of the following flags in any combination:

FlagAssigned Style SettingDescription
csvBorderColorTcxCustomContainerStyle.BorderColorThe current style defines a border color.
csvBorderStyleTcxCustomContainerStyle.BorderStyleThe current style defines a border style.
csvColorTcxCustomContainerStyle.ColorThe current style defines a background color.
csvEdgesTcxCustomContainerStyle.EdgesThe current style defines a set of visible borders (left, top, right, and/or bottom).
csvFontTcxCustomContainerStyle.FontThe current style defines font settings.
csvHotTrackTcxCustomContainerStyle.HotTrackThe current style defines a distinct hot-tracked state as available.
csvShadowTcxCustomContainerStyle.ShadowThe current style specifies if a shadow is present.
csvTextColorTcxCustomContainerStyle.TextColorThe current style defines a text color.
csvTextStyleTcxCustomContainerStyle.TextStyleThe current style defines a set of font attributes (bold, italic, underline, and/or strikeout).
csvTransparentBorderTcxCustomContainerStyle.TransparentBorderThe current style specifies if borders are transparent.
csvReadOnlyTcxCustomContainerStyle.ReadOnlyThe current style defines a distinct read-only state as available.

Direct TcxContainerStyleValue Type Reference

The TcxContainerStyleValues type references the TcxContainerStyleValue type.

See Also

TcxContainerStyle.AssignedValues Property

cxContainer Unit