Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Export Namespace / CsvClipboardExporter Class / FormatSettings Property


In This Topic
    FormatSettings Property (CsvClipboardExporter)
    In This Topic
    Gets the CsvFormatSettings object that will be used for the copy.
    Syntax
    'Declaration
     
    Public ReadOnly Property FormatSettings As CsvFormatSettings
    'Usage
     
    Dim instance As CsvClipboardExporter
    Dim value As CsvFormatSettings
     
    instance.FormatSettings = value
     
    value = instance.FormatSettings
    public CsvFormatSettings FormatSettings {get;}

    Property Value

    A CsvFormatSettings object that will be used for the copy.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also