Exemplo n.º 1
0
 public PropertyGridSpreadExport(
     RadPropertyGrid radPropertyGrid,
     SpreadExportFormat exportFormat)
     : this(radPropertyGrid)
 {
     this.ExportFormat = exportFormat;
 }
Exemplo n.º 2
0
 public TreeViewSpreadExport(RadTreeView radTreeView, SpreadExportFormat exportFormat)
     : this(radTreeView)
 {
     this.ExportFormat = exportFormat;
 }