BaseLayoutItem.Tag Property
In This Article
Gets or sets an object that contains data on the current layout item.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Bindable(true)]
[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An object that contains data on the layout item. |
See Also