SplitterBuilder.AllowKeyboardNavigation(Boolean) Method
Specifies whether to allow the Splitter to take focus and allow keyboard navigation. Mirrors the client-side allowKeyboardNavigation option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SplitterBuilder AllowKeyboardNavigation(
bool value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The option value. |
Returns
| Type | Description |
|---|---|
| SplitterBuilder | A reference to this instance after the method is called. |
See Also