Table of Contents

Class GroupGridCsvExporter

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

Exports group grid data rows to CSV.

public class GroupGridCsvExporter : GroupGridExporter
Inheritance
GroupGridCsvExporter
Inherited Members
Extension Methods

Properties

DefaultExtension

Gets the default file extension without a leading dot.

public override string DefaultExtension { get; }

Property Value

string

Delimiter

Gets or sets the CSV delimiter.

public char Delimiter { get; set; }

Property Value

char

Name

Gets the exporter display name.

public override string Name { get; }

Property Value

string

Methods

Export(GroupGrid, GroupGridExportSnapshot, string)

Exports a group grid snapshot.

public override void Export(GroupGrid Grid, GroupGridExportSnapshot Snapshot, string FilePath)

Parameters

Grid GroupGrid

The source group grid.

Snapshot GroupGridExportSnapshot

The export snapshot.

FilePath string

The export file path.