Xceed DataGrid for WPF v7.2 Documentation
AutoCreateColumns Property (DataGridControl)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : AutoCreateColumns Property

Gets or sets a value indicating whether columns should automatically be created when the grid is bound to an ItemsSource.

Syntax
'Declaration
 
Public Property AutoCreateColumns As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
instance.AutoCreateColumns = value
 
value = instance.AutoCreateColumns
public bool AutoCreateColumns {get; set;}

Property Value

true if columns should automatically be created when the grid is bound to an items source; false if columns are to be created manually. By default, true.
Remarks

When binding a grid to a DataGridCollectionView or DataGridCollectionViewSource (in XAML), it is recommended to use the ItemProperties property to add or remove the columns the will end up in the Columns collection and leave the AutoCreateColumns property to true.

Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridControl Class
DataGridControl Members

Classes

Column Class