TextExportOptionsBase Members
The base class for objects which define export options specific to text-based formats.Fields
Name | Description |
---|---|
SeparatorProperty static | Identifies the TextExportOptionsBase.Separator bindable property. |
Properties
Name | Description |
---|---|
Encoding | Gets or sets the encoding of the text-based file to which grid’s data is exported. |
Separator | Gets or sets the symbol(s) to separate text elements when grid data is exported to a text-based file. |
Methods
Name | Description |
---|---|
Assign(ExportOptionsBase) | Copies all settings from the options object passed as a parameter. |
See Also