Skip to main content
All docs
V25.2
  • ID

    CardViewBuilder<T>.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 CardViewBuilder<T> Height(
        double value
    )

    Parameters

    Name Type Description
    value Double

    The height in pixels.

    Returns

    Type Description
    CardViewBuilder<T>

    A reference to this instance after the method is called.

    See Also