Class ExportOptions
- Namespace
- JJMasterData.Core.DataManager.Exportation.Configuration
- Assembly
- JJMasterData.Core.dll
Classe responsável por configurar a exportação dos dados da JJGridView
public class ExportOptions
- Inheritance
-
ExportOptions
- Inherited Members
Properties
Delimiter
public string Delimiter { get; set; }
Property Value
ExportAllFields
public bool ExportAllFields { get; set; }
Property Value
ExportFirstLine
public bool ExportFirstLine { get; set; }
Property Value
FileExtension
public ExportFileExtension FileExtension { get; set; }
Property Value
IsLandScape
public bool IsLandScape { get; set; }