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

ListControlDataSourceRow..::..DataCells Property

Gets the data cells.

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

Syntax


public IReadOnlyList<ListControlDataCell> DataCells { get; }
Public ReadOnly Property DataCells As IReadOnlyList(Of ListControlDataCell)
	Get
public:
property IReadOnlyList<ListControlDataCell^>^ DataCells {
	IReadOnlyList<ListControlDataCell^>^ get ();
}

Field Value

The data cells.