InterfaceIDataGrid
Interface
Represents interface for the Xaml DataGrid control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IDataGrid : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ColumnHeaderElements
Get the list of DataGrid column header elements.
Declaration
cs-api-definition
IList<IDataGridColumnHeader> ColumnHeaderElements { get; }
Property Value
RowElements
Get the list of DataGrid row elements.
Declaration
cs-api-definition
IList<IDataGridRow> RowElements { get; }
Property Value