Skip to main content
All docs
V25.1
  • IFormLayoutGroupInfo.ExpandCallback Property

    Specifies the predefined event callback that expands and collapses the Form Layout group.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    EventCallback ExpandCallback { get; }

    Property Value

    Type Description
    EventCallback

    An event handler delegate.

    Remarks

    Refer to the IFormLayoutGroupInfo interface description for more information.

    See Also