RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridManager..::..Columns Property

Gets the columns.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public List<ColumnMap> Columns { get; set; }
Public Property Columns As List(Of ColumnMap)
	Get
	Set
public:
property List<ColumnMap^>^ Columns {
	List<ColumnMap^>^ get ();
	void set (List<ColumnMap^>^ value);
}

Field Value

The columns.