Back to Devexpress

TabControlViewBase.Tag Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolviewbase-d968497a.md

latest1.0 KB
Original Source

TabControlViewBase.Tag Property

Gets or sets the object that contains data about the control. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object Tag { get; set; }
vb
Public Property Tag As Object

Property Value

TypeDescription
Object

An object that contains information associated with the control.

|

See Also

TabControlViewBase Class

TabControlViewBase Members

DevExpress.Xpf.Core Namespace