Back to Devexpress

TdxRangeControlStyle Class

vcl-dxrangecontrol-91d48b34.md

latest1.4 KB
Original Source

TdxRangeControlStyle Class

Stores the data range model-independent appearance settings of the range control.

Declaration

delphi
TdxRangeControlStyle = class(
    TdxCustomRangeControlStyle
)

Remarks

This class does not introduce any new public members. The TdxRangeControlStyle class only publishes certain properties provided by its ancestors. For detailed information on the range control’s appearance settings, refer to the TdxCustomRangeControlStyle class description.

This object is referenced by the range control’s Style property as a TdxCustomRangeControlStyle object.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxRangeControlBaseStyle TdxCustomRangeControlStyle TdxRangeControlStyle

See Also

TdxRangeControlStyle Members

dxRangeControl Unit