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

FormLayoutGroupBase Class

Defines the base API for classes that implement a Form Layout group.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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