Back to Devexpress

BaseLayoutItem.Tag Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-b7b2ec3b.md

latest1.3 KB
Original Source

BaseLayoutItem.Tag Property

Gets or sets an object that contains data on the current layout item.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Bindable(true)]
[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }
vb
<Bindable(True)>
<DefaultValue(Nothing)>
<DXCategory("Data")>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An object that contains data on the layout item.

|

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace