Skip to main content
All docs
V25.1
  • IRangeControlClient.SupportOrientation(RangeControlClientOrientation) Method

    This method checks whether the client control that accepts a DevExpress Range Control supports the given Range Control orientation.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    bool SupportOrientation(
        RangeControlClientOrientation orientation
    )

    Parameters

    Name Type Description
    orientation DevExpress.XtraEditors.RangeControlClientOrientation

    An orientation to check.

    Returns

    Type Description
    Boolean

    true, if the client control supports this Range Control orientation; otherwise, false.

    Remarks

    You can set the orientation for the Range Control via the RangeControl.Orientation property. The SupportOrientation method is called to check if the new orientation is supported by the Client.

    See Also