IFormLayoutGroupInfo.ExpandCallback Property
In This Article
Specifies the predefined event callback that expands and collapses the Form Layout group.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
EventCallback ExpandCallback { get; }
#Property Value
Type | Description |
---|---|
Event |
An event handler delegate. |
#Remarks
Refer to the IFormLayoutGroupInfo interface description for more information.
See Also