PaginationBuilder.ID(String) Method
Specifies the id attribute for the control’’s HTML element.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public PaginationBuilder ID(
string id
)
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | The |
Returns
| Type | Description |
|---|---|
| PaginationBuilder | A reference to this instance after the method is called. |
See Also