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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCellConfiguration Class : ResultPropertyName Property
Gets or sets the name of the StatCellConfiguration. The name has to match the StatCell.ResultPropertyName in order for the StatCellConfiguration to be applied to a specific statCell.
Syntax
'Declaration
 
Public Property ResultPropertyName As String
'Usage
 
Dim instance As StatCellConfiguration

Dim value As String

 

instance.ResultPropertyName = value

 

value = instance.ResultPropertyName
public string ResultPropertyName {get; set;}
Requirements

See Also

Reference

StatCellConfiguration Class
StatCellConfiguration Members