Skip to main content

BaseContentContainer.Tag Property

Gets or sets a tag that labels this BaseContentContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Object null

An Object that labels this BaseContentContainer.

Remarks

Using the Tag property, you can assign any object to a BaseContentContainer that will serve as this container’s tag. Tags can be used to quickly identify the current container.

See Also