Back to Devexpress

GridToolbar.ItemAlign Property

aspnet-devexpress-dot-web-dot-gridtoolbar-5c3c53d7.md

latest1.4 KB
Original Source

GridToolbar.ItemAlign Property

Gets or sets the toolbar item alignment.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(GridToolbarItemAlign.Left)]
public GridToolbarItemAlign ItemAlign { get; set; }
vb
<DefaultValue(GridToolbarItemAlign.Left)>
Public Property ItemAlign As GridToolbarItemAlign

Property Value

TypeDefaultDescription
GridToolbarItemAlignLeft

One of the GridToolbarItemAlign enumeration values.

|

Available values:

NameDescription
Left

Grid toolbar items are located along the left side of the toolbar.

| | Center |

Grid toolbar items are centered within the toolbar.

| | Right |

Grid toolbar items are located along the right side of the toolbar.

| | Justify |

Grid toolbar items are aligned to the left and right edges of the toolbar.

|

See Also

GridToolbar Class

GridToolbar Members

DevExpress.Web Namespace