ControlType.DataGrid Field

Definition

Identifies a data grid control.

public: static initonly System::Windows::Automation::ControlType ^ DataGrid;
public static readonly System.Windows.Automation.ControlType DataGrid;
 staticval mutable DataGrid : System.Windows.Automation.ControlType
Public Shared ReadOnly DataGrid As ControlType 

Field Value

Remarks

When the cells contain only text, the control type should be Table.

Applies to

See also