ToolbarListItem.ListItemType Property
In This Article
Gets or sets how the contents of the ToolbarListItem object are represented. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ToolbarListItemType ListItemType { get; set; }
#Property Value
Type | Description |
---|---|
Toolbar |
A Toolbar |
Available values:
Name | Description |
---|---|
Show |
The Toolbar |
Show |
The Toolbar |
#Remarks
Use the ListItemType property to specify whether the ToolbarListItem object allows an end-user to control the visibility of bars or items within bars.
See Also