Back to Devexpress

TreeListExportRowExpandMode Enum

blazor-devexpress-dot-blazor-4b0a89be.md

latest1.0 KB
Original Source

TreeListExportRowExpandMode Enum

Lists values that specify how many Treelist nodes can be expanded in the exported document.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum TreeListExportRowExpandMode

Members

NameDescription
None

All nodes are exported as a plain list (in the first outline).

| | KeepExpandState |

If nodes are expanded when exported from the TreeList source, they remain expanded in the new document.

| | ExpandAll |

All nodes are expanded.

| | CollapseAll |

All nodes are collapsed.

|

The following properties accept/return TreeListExportRowExpandMode values:

See Also

DevExpress.Blazor Namespace