RibbonPage.Tag Property
Gets or sets an object that contains data on the current RibbonPage object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DefaultValue(null)]
public object Tag { get; set; }
<DefaultValue(Nothing)>
Public Property Tag As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An object that contains data on the current object. |
Remarks
This property can be used to store any data that you want to associate with the current object.
See Also
Feedback