Back to Devexpress

TdxRangeControlClientStyle Class

vcl-dxrangecontrol-cf13dcd4.md

latest2.0 KB
Original Source

TdxRangeControlClientStyle Class

Stores the appearance settings that can be applied to the range control by the Numeric and Date/Time data range selection and visualization models.

Declaration

delphi
TdxRangeControlClientStyle = class(
    TdxRangeControlCustomClientStyle
)

Remarks

This class extends its ancestor with properties that allow you to specify colors for the following elements displayed by the range control:

A TdxRangeControlClientStyle object is referenced by the data range model’s Style property. To access properties specific to the TdxRangeControlClientStyle class, cast the Style property to this class.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxRangeControlCustomClientStyle TdxRangeControlClientStyle

See Also

TdxRangeControlDateTimeHeaderClientStyle

TdxRangeControlClientStyle Members

dxRangeControl Unit