BaseContentContainer.Tag Property
In This Article
Gets or sets a tag that labels this BaseContentContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An Object that labels this Base |
#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