Enum MultilevelType
Defines the multilevel behavior of a list, determining how levels are applied and displayed.
Namespace: Telerik.Windows.Documents.Flow.Model.Lists
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum MultilevelType
HybridMultilevel
Hybrid multilevel list - Specifies that the list can contain multiple levels, each from potentially different type – bullet, decimal, letter, etc. This is the default MultilevelType value.
Multilevel
Multilevel list - Specifies that the list can contain multiple levels, each of the same type.
SingleLevel
Single-level list - Specifies that only the first level of the list should be used, all other levels are ignored.