Skip to main content
All docs
V20.1
JS

ToolbarRenderMode Enum

Lists toolbar render modes.

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[JsonConverter(typeof(StringEnumConverter))]
public enum ToolbarRenderMode

Members

Name Description
BottomToolbar

Renders the toolbar at the bottom.

TopToolbar

Renders the toolbar at the top.

See Also