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

RankPropertiesCollection.Add() Method

Adds new rank properties object 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 RankProperties Add()

Returns

Type Description
RankProperties

A RankProperties object representing the newly created rank properties object.

Remarks

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

See Also