IModelListViewPivotGridBlazor.LayoutSettings Property
Stores the runtime changes in a Pivot Grid layout.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll
Declaration
[DefaultValue("")]
[ModelBrowsable(typeof(IModelListViewPivotGridBlazorVisibilityCalculator))]
string LayoutSettings { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | String.Empty | A string that contains serialized layout settings. |
See Also