Skip to main content

SpreadsheetExportOptions.Txt Property

Provides access to options specific to export to TXT format. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public SpreadsheetTxtExportOptions Txt { get; set; }

Property Value

Type Description
SpreadsheetTxtExportOptions

A DevExpress.Xpf.Spreadsheet.SpreadsheetTxtExportOptions object containing export settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Txt
SpreadsheetControlOptions
.Export .Txt
See Also