BootstrapToolbar.SelectedItem Property
Gets or sets the currently selected toolbar item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[Browsable(false)]
public BootstrapToolbarItemBase SelectedItem { get; set; }
<Browsable(False)>
Public Property SelectedItem As BootstrapToolbarItemBase
Property Value
Type | Description |
---|---|
BootstrapToolbarItemBase | A BootstrapToolbarItemBase descendant object that is the currently selected item. |
See Also
Feedback