Back to Devexpress

List Class

aspnetcore-js-devexpress-dot-richedit-1571ed7d.md

latest1.1 KB
Original Source

List Class

Defines a list in the document.

Declaration

ts
export class List

Properties

index Property

Gets the zero-based index of the list in the lists collection.

Declaration

ts
get index(): number

Property Value

TypeDescription
number

The list index.

|

levelProperties Property

Provides access to the level properties for the current list.

Declaration

ts
get levelProperties(): ListLevelSettings[]
set levelProperties(settings: ListLevelSettings[])

Property Value

TypeDescription
ListLevelSettings[]

An object that contains the level properties.

|

type Property

Gets the type of the list.

Declaration

ts
get type(): ListType

Property Value

TypeDescription
ListType

The list type.

|