Back to Devexpress

BaseContentContainer.Tag Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-b4b13350.md

latest1.8 KB
Original Source

BaseContentContainer.Tag Property

Gets or sets a tag that labels this BaseContentContainer.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public object Tag { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

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

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace