PrinterSetupArgs..::..ColumnMaps Property
Gets the column maps.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public List<PrintingColumnMap> ColumnMaps { get; set; }
Public Property ColumnMaps As List(Of PrintingColumnMap) Get Set
public: property List<PrintingColumnMap^>^ ColumnMaps { List<PrintingColumnMap^>^ get (); void set (List<PrintingColumnMap^>^ value); }