New to Telerik UI for WPFStart a free 30-day trial

Provides various options for export.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewExportOptions

Inheritance: objectGridViewExportOptions

Derived Classes: GridViewCsvExportOptions

Constructors

C#
public GridViewExportOptions()

Properties

Export culture.

C#
public CultureInfo Culture { get; set; }

Export encoding.

C#
public Encoding Encoding { get; set; }

Export format.

C#
public virtual ExportFormat Format { get; set; }

Items to be exported.

C#
public IEnumerable Items { get; set; }

Include column footers on export.

C#
public bool ShowColumnFooters { get; set; }

Include column headers on export.

C#
public bool ShowColumnHeaders { get; set; }

Include group footers on export.

C#
public bool ShowGroupFooters { get; set; }