Back to Devexpress

TabFormPage.Tag Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-f40e512a.md

latest1.3 KB
Original Source

TabFormPage.Tag Property

Gets or sets custom data associated with the current TabFormPage.

Namespace : DevExpress.XtraBars

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

Custom data associated with the current TabFormPage.

|

Remarks

Use the Tag property to associate custom data with TabFormPage objects.

See Also

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace