DataEntryGridManager..::..Rows Property
Gets the rows.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public ReadOnlyObservableCollection<DataEntryGridRow> Rows { get; }
Public ReadOnly Property Rows As ReadOnlyObservableCollection(Of DataEntryGridRow) Get
public: property ReadOnlyObservableCollection<DataEntryGridRow^>^ Rows { ReadOnlyObservableCollection<DataEntryGridRow^>^ get (); }