Skip to main content

IFormLayoutGroupInfo.ExpandCallback Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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