New to Telerik Document ProcessingStart a free 30-day trial

Defines the multilevel behavior of a list, determining how levels are applied and displayed.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Lists

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum MultilevelType

Fields

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.

C#
HybridMultilevel = 2

Multilevel list - Specifies that the list can contain multiple levels, each of the same type.

C#
Multilevel = 1

Single-level list - Specifies that only the first level of the list should be used, all other levels are ignored.

C#
SingleLevel = 0