Back to Devexpress

RibbonMiniToolbar.Tag Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonminitoolbar-64c8311f.md

latest1.3 KB
Original Source

RibbonMiniToolbar.Tag Property

Gets or sets an object that contains custom data for the current RibbonMiniToolbar object.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public object Tag { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An object that contains custom data for the current object.

|

Remarks

This property can be used to store any data that you want to associate with the current object.

See Also

RibbonMiniToolbar Class

RibbonMiniToolbar Members

DevExpress.XtraBars.Ribbon Namespace