Back to Devexpress

GridToolbarItemAlign Enum

aspnet-devexpress-dot-web-09d3106f.md

latest1.5 KB
Original Source

GridToolbarItemAlign Enum

Specifies the alignment of toolbar items along the control side specified by the GridToolbar.ItemAlign property.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridToolbarItemAlign
vb
Public Enum GridToolbarItemAlign

Members

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.

|

The following properties accept/return GridToolbarItemAlign values:

Remarks

The GridToolbarItemAlign enumerator contains values specifying the alignment of toolbar items along a specific side of a grid. The values of this enumerator are used to set the GridToolbar.ItemAlign property.

See Also

DevExpress.Web Namespace