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

LookupDataMaui<(Of <(<'TEntity>)>)>..::..CurrentList Property

Gets the current list.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public List<TEntity> CurrentList { get; }
Public ReadOnly Property CurrentList As List(Of TEntity)
	Get
public:
property List<TEntity>^ CurrentList {
	List<TEntity>^ get ();
}

Field Value

The current list.