Back to Devexpress

GridViewToolbarItem Properties

aspnet-devexpress-dot-web-dot-gridviewtoolbaritem-dot-underscore-properties.md

latest10.2 KB
Original Source

GridViewToolbarItem Properties

Implements the Grid View’s toolbar item functionality.

NameDescription
AdaptivePriorityGets or sets the priority of item hiding in adaptive mode. Inherited from MenuItem.
AdaptiveTextSpecifies the text content of the current menu item when it is displayed in the adaptive drop-down menu. Inherited from MenuItem.
AlignmentGets or sets the value that specifies a root item’s horizontal layout within the menu. Inherited from MenuItem.
BeginGroupGets or sets a value that specifies whether the current menu item starts a group. Inherited from MenuItem.
CheckedGets or sets whether the menu item is checked. Inherited from MenuItem.
ClientEnabledGets or sets a value that indicates whether the toolbar item is enabled on the client. Inherited from GridToolbarItem.
ClientVisibleGets or sets a value that specifies the toolbar item’s initial visibility state on the client. Inherited from GridToolbarItem.
CollectionGets the collection to which an item belongs. Inherited from CollectionItem.
CommandGets or sets the name of a command executed when users click a toolbar item.
DataItemGets the data item that is bound to the menu item. Inherited from MenuItem.
DataPathGets the path to the data that is bound to the menu item. Inherited from MenuItem.
DepthGets the level at which a menu item is displayed. Inherited from MenuItem.
DisplayModeGets or sets the display mode of the current toolbar item within the toolbar. Inherited from GridToolbarItem.
DropDownModeGets or sets a value that specifies whether the toolbar item’s dropdown should only be invoked by using a specific drop down button. Inherited from GridToolbarItem.
EnabledGets or sets a value that indicates whether the menu item is enabled, allowing the item to respond to end-user interactions. Inherited from MenuItem.
EnableScrollingGets or sets a value indicating whether submenu scrolling is enabled for a particular menu item. Inherited from MenuItem.
GroupNameGets or sets the name of a logical check group to which the menu item belongs. Inherited from MenuItem.
HasChildrenReturns a value that indicates whether the current menu item has any child items. Inherited from MenuItem.
HasVisibleChildrenReturns a value that indicates whether the current menu item has visible child items. Inherited from MenuItem.
ImageGets the settings of an image displayed within the menu item. Inherited from MenuItem.
IndexGets or sets the item’s index within the collection. Inherited from CollectionItem.
IndexPathFor internal use only. Inherited from MenuItem.
ItemsGets a collection that contains the toolbar items of the current toolbar item.
ItemStyleGets the style settings for the current menu’s item. Inherited from MenuItem.
MenuGets the menu object to which the current menu item belongs. Inherited from MenuItem.
NameGets or sets a value that is the toolbar item name. Inherited from GridToolbarItem.
NavigateUrlGets or sets an URL which defines the navigation location. Inherited from MenuItem.
OwnerGets the collection’s owner. Inherited from GridToolbarItem.
ParentGets the immediate parent item to which the current toolbar item belongs. Inherited from GridToolbarItem.
PopOutImageGets the settings of an image, which represents an item’s pop-out image. Inherited from MenuItem.
ScrollButtonStyleGets the style settings that define the appearance of scroll buttons for a particular item. Inherited from MenuItem.
ScrollDownButtonImageGets the settings which define an image, displayed within a particular item’s scroll down button. Inherited from MenuItem.
ScrollUpButtonImageGets the settings which define an image, displayed within a particular item’s scroll up button. Inherited from MenuItem.
SelectedGets or sets a value that specifies whether the current menu item is selected. Inherited from MenuItem.
SubMenuItemImageGets the settings of an image displayed by all the submenu items of the current menu item. Inherited from MenuItem.
SubMenuItemStyleGets the style settings for all submenu items of the current menu item. Inherited from MenuItem.
SubMenuPopOutImageGets the settings of an image displayed by all pop-out images of the current submenu items. Inherited from MenuItem.
SubMenuStyleGets the style settings for the client regions of all submenus of the current menu item. Inherited from MenuItem.
SubMenuTemplateGets or sets a template used for displaying the client region’s content of the current menu item’s submenus. Inherited from MenuItem.
TargetGets or sets the window or frame at which to target the contents of the URL associated with the current menu item. Inherited from MenuItem.
TemplateGets or sets a template used to display the content of the current menu item. Inherited from MenuItem.
TextGets or sets the text content of the current menu item. Inherited from MenuItem.
TextTemplateGets or sets a template used for displaying the text content of the current menu item. Inherited from MenuItem.
ToolTipGets or sets a value that is the toolbar item tooltip. Inherited from GridToolbarItem.
VisibleGets or sets a value specifying the visibility of the current menu item. Inherited from MenuItem.
VisibleInBatchEditPreviewChangesSpecifies whether a toolbar item is visible when the grid is in Preview Changes mode.
VisibleIndexGets or sets a value specifying the position of the current menu item amongst the visible items in a submenu (or at a menu’s root level). Inherited from MenuItem.

See Also

GridViewToolbarItem Class

GridViewToolbarItem Members

DevExpress.Web Namespace