Skip to main content
All docs
V23.2

TablePanelEntity.Tag Property

Gets or sets the unique ID for the current column or row.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }

Property Value

Type Default Description
Object null

Any object that serves as the unique column or row ID.

See Also