LevelPropertiesCollection.Add() Method
In This Article
Adds new level properties to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LevelProperties Add()
#Returns
Type | Description |
---|---|
Level |
A Level |
#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