Skip to main content
All docs
V25.2
  • SplitterBuilder.HoverStateEnabled(Boolean) Method

    Specifies whether the UI component changes its state when a user pauses on it. Mirrors the client-side hoverStateEnabled option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SplitterBuilder HoverStateEnabled(
        bool value
    )

    Parameters

    Name Type Description
    value Boolean

    The option value.

    Returns

    Type Description
    SplitterBuilder

    A reference to this instance after the method is called.

    See Also