Skip to main content
A newer version of this page is available. .

FormLayoutGroupBase Class

Provides base API for classes that implement a Form Layout group.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public class FormLayoutGroupBase :
    ComponentBase,
    IFormLayoutItem,
    IFormLayoutItemOwner,
    IDisposable
See Also