SplitterBuilder.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 SplitterBuilder ID(
string id
)
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | The id attribute value. |
Returns
| Type | Description |
|---|---|
| SplitterBuilder | A reference to this instance after the method is called. |
See Also