ResultPropertyName Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCell Class : ResultPropertyName Property

Gets or sets the property name from which the result of a statistical function can be retrieved.

Syntax

Visual Basic (Declaration) 
Public Property ResultPropertyName As String
C# 
public string ResultPropertyName {get; set;}

Return Value

A string representing the property name from which the result of a statistical function can be retrieved. The value assigned to this property must correspond to the value specified in a statistical function's ResultPropertyName property.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also