BaseContentContainer.Tag Property
Gets or sets a tag that labels this BaseContentContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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