Skip to main content

ExcelDataSourceBeforeFillEventArgs.StreamDocumentFormat Property

Gets or sets the format of the document contained in the ExcelDataSourceBeforeFillWpfEventArgs.Stream.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v23.2.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public ExcelDocumentFormat StreamDocumentFormat { get; set; }

Property Value

Type Description
ExcelDocumentFormat

A ExcelDocumentFormat enumeration value that specifies the format of the document contained in the ExcelDataSourceBeforeFillWpfEventArgs.Stream.

Available values:

Name Description
Xls

The XLS format.

Xlsx

The XLSX format.

Xlsm

The XLSM format.

Csv

The CSV format.

See Also