Skip to main content
A newer version of this page is available. .

DocumentGroup.Tag Property

Gets or sets an object that contains data on the current DocumentGroup object.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public object Tag { get; set; }

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