Back to Devexpress

GridToolbarItemDisplayMode Enum

aspnet-devexpress-dot-web-6a25d816.md

latest1.2 KB
Original Source

GridToolbarItemDisplayMode Enum

Lists values specifying the toolbar item display mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridToolbarItemDisplayMode
vb
Public Enum GridToolbarItemDisplayMode

Members

NameDescription
ImageWithText

The toolbar item is rendered as an image and text.

| | Image |

The toolbar item is rendered as an image.

| | Text |

The toolbar item is rendered as the text.

|

The following properties accept/return GridToolbarItemDisplayMode values:

Remarks

Values listed by this enumerator are used to set the GridToolbarItem.DisplayMode.

See Also

DevExpress.Web Namespace