Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / StatCellConfiguration Class / ResultPropertyName Property


    ResultPropertyName Property (StatCellConfiguration)
    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
    Requirements

    See Also