C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Controls
DataGrid Class
DataGrid Properties
AutoGenerateColumns Property
ColumnHeaderStyle Property
Columns Property
IsReadOnly Property
RowHeaderTemplate Property
SelectedItemBackground Property
SelectedItemForeground Property
SelectionMode Property
UnselectedItemBackground Property
UnselectedItemForeground Property
DataGrid
Columns Property
Gets a collection that contains all the columns in the System.Windows.Controls.DataGrid.
Namespace:
Windows.UI.Xaml.Controls
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
ObservableCollection
<
DataGridColumn
>
Columns
{
get
;
set
; }
Property Value
Type:
ObservableCollection
DataGridColumn
See Also
Reference
DataGrid Class
Windows.UI.Xaml.Controls Namespace