ChooseFileOptionsPage.DocumentFormat Property
In This Article
Specifies the format of the selected document.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public virtual ExcelDocumentFormat DocumentFormat { get; set; }
#Property Value
Type | Description |
---|---|
Excel |
A Excel |
Available values:
Name | Description |
---|---|
Xls | The XLS format. |
Xlsx | The XLSX format. |
Xlsm | The XLSM format. |
Csv | The CSV format. |
See Also