Xceed DataGrid for WPF v7.2 Documentation
Label Property (StatCellConfiguration)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCellConfiguration Class : Label Property
Gets or sets the label to be added with the stat result when exporting to Excel.
Syntax
'Declaration
 
Public Property Label As Object
'Usage
 
Dim instance As StatCellConfiguration
Dim value As Object
 
instance.Label = value
 
value = instance.Label
public object Label {get; set;}

Property Value

The label to be added.
Remarks
The Label will be added in the same cell as the stat result. Its placement relative to the stat result is specified with the LabelPlacement property.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatCellConfiguration Class
StatCellConfiguration Members