Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

List Class

Defines a list in the document.

#Declaration

TypeScript
export class List

#Properties

#index Property

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

#Declaration

TypeScript
get index(): number

#Property Value

Type Description
number

The list index.

#levelProperties Property

Provides access to the level properties for the current list.

#Declaration

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

#Property Value

Type Description
ListLevelSettings[]

An object that contains the level properties.

#type Property

Gets the type of the list.

#Declaration

TypeScript
get type(): ListType

#Property Value

Type Description
ListType

The list type.