InterfaceIDataGridRow
Interface
Represents interface for the Xaml DataGridRow control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IDataGridRow : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CellElements
Get the list of DataGridCell elements.
Declaration
cs-api-definition
IList<IDataGridCell> CellElements { get; }
Property Value