Skip to main content
A newer version of this page is available. .
Tab

LevelPropertiesCollection.Add() Method

Adds new level properties to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public LevelProperties Add()

Returns

Type Description
LevelProperties

A LevelProperties object representing the newly created level properties.

Remarks

Use the Add method to add new level properties with the default settings to the LevelPropertiesCollection object. You can modify properties of the obtained object to control the behavior of the added level properties.

See Also