Interface IDataGridRow
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IDataGridRow : IControl, IFrameworkElement, ITargetElement
Properties
CellElements
Declaration
IList<IDataGridCell> CellElements { get; }
Property Value
System.Collections.Generic.IList<IDataGridCell>
|
RowData
Declaration
string[] RowData { get; }
Property Value
System.String[]
|