PivotTablePersistentLayout.ExpandCollapseState Property
Specifies a row or column’s expanded/collapsed state.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ExpandCollapseState { get; set; }
Property Value
Type | Description |
---|---|
String | A Base64 string that stores expanded/collapsed states of rows and columns. |
Remarks
Refer to the PivotTablePersistentLayout class description for more information and an example.
See Also