Skip to main content
All docs
V25.1
  • TreeListPersistentLayoutEventArgs.Layout Property

    Specifies the TreeList layout.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public TreeListPersistentLayout Layout { get; set; }

    Property Value

    Type Description
    TreeListPersistentLayout

    The layout object.

    Remarks

    Refer to the TreeListPersistentLayoutEventArgs class description for more information and an example.

    See Also