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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    EventCallback ExpandCallback { get; }

    Property Value

    Type Description
    EventCallback

    An event handler delegate.

    Remarks

    Refer to the IFormLayoutGroupInfo interface description for additional information.

    See Also