Skip to main content
A newer version of this page is available. .

BaseLayoutItem.Tag Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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