Skip to main content
All docs
V25.2
  • SplitterBuilder.Height(Double) Method

    Specifies the UI component's height. Mirrors the client-side height option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SplitterBuilder Height(
        double value
    )

    Parameters

    Name Type Description
    value Double

    The height in pixels.

    Returns

    Type Description
    SplitterBuilder

    A reference to this instance after the method is called.

    See Also