Skip to main content
A newer version of this page is available. .
Tab

GridToolbarItemDisplayMode Enum

Lists values specifying the toolbar item display mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridToolbarItemDisplayMode

Members

Name Description
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.

Related API Members

The following properties accept/return GridToolbarItemDisplayMode values:

Remarks

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

See Also