ClassDataGridExportOptions
Class
Provides various options for exporting a RadDataGrid.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Еxport
Assembly:Telerik.WinUI.Controls.DataGrid.Export.dll
Syntax:
cs-api-definition
public class DataGridExportOptions
Inheritance: objectDataGridExportOptions
Constructors
DataGridExportOptions()
Initializes a new instance of the DataGridExportOptions class.
Declaration
cs-api-definition
public DataGridExportOptions()
DataGridExportOptions(DataGridExportOptions)
Initializes a new instance of the DataGridExportOptions class.
Declaration
cs-api-definition
public DataGridExportOptions(DataGridExportOptions options)
Parameters
options
The options.
Properties
AutoFitColumnsWidth
Automatically fit columns' width based on its content.
Culture
Export culture.
ExcludedColumns
Gets or sets the columns that should not be exported.
Declaration
cs-api-definition
public IList<DataGridColumn> ExcludedColumns { get; }
Property Value
IgnoreCollapsedGroups
Include collapsed groups on export.
Items
Items to be exported.
ShowColumnFooters
Include column footers on export.
ShowColumnHeaders
Include column headers on export.
ShowGroupFooters
Include group footers on export.
ShowGroupRows
Include group rows on export.