RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

PrinterSetupArgs..::..ColumnMaps Property

Gets the column maps.

Namespace:  RingSoft.DbLookup
Assembly:  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);
}

Field Value

The column maps.