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


In This Topic
    ResultPropertyName Property (StatCellConfiguration)
    In This Topic
    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