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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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