Xceed DataGrid for WPF v7.2 Documentation
ExportFieldName Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCellConfiguration Class : ExportFieldName Property
Gets or sets the fieldName of the Column under which the stat cell will be exported.
Syntax
'Declaration
 
Public Property ExportFieldName As String
'Usage
 
Dim instance As StatCellConfiguration
Dim value As String
 
instance.ExportFieldName = value
 
value = instance.ExportFieldName
public string ExportFieldName {get; set;}
Remarks
Exporting will always export StatCells results based on the StatFunction.SourcePropertyName (which is the fieldName of the column on which the StatFunction is calculated). If you want to export the StatCell result under another column, you can set the StatCellConfiguration.ExportFieldName. It will be used to export the StatCell result result under the correct column.
Requirements

See Also

Reference

StatCellConfiguration Class
StatCellConfiguration Members