Cells Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Row Class : Cells Property

Gets a collection of the cells contained in the row.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Cells As CellCollection
C# 
public CellCollection Cells {get;}

Return Value

A reference to a CellCollection containing the cells contained in the row. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also