Back to Devexpress

TdxCustomRangeControl Class

vcl-dxrangecontrol-5d5e46e0.md

latest4.0 KB
Original Source

TdxCustomRangeControl Class

Serves as the base class for classes that implement range controls.

Declaration

delphi
TdxCustomRangeControl = class(
    TcxControl,
    IdxSkinSupport
)

Remarks

This class extends its ancestor class with properties that allow you to:

The TdxCustomRangeControl class implements all the functionality needed by its descendant, TdxRangeControl, which primarily publishes inherited properties and events.

Implements

IdxSkinSupport

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomRangeControl

See Also

TdxCustomRangeControl Members

dxRangeControl Unit