Skip to main content
All docs
V25.1
  • Row

    RangeFormControl Interface

    The base interface for form controls that use a value range: spinner and scroll bar.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public interface RangeFormControl :
        FormControl,
        Shape,
        FloatingObject,
        ShapeFormatBase
    See Also