Click or drag to resize

ColumnStylesSetDefaultColumnStyles Method

Sets the default column styles.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetDefaultColumnStyles(
	DataGrid dataGrid,
	DataGridColumnStyleCollection? value
)

Parameters

dataGrid
Type: System.Windows.ControlsDataGrid
The data grid.
value
Type: TomsToolbox.Wpf.XamlExtensionsDataGridColumnStyleCollection
The styles.
See Also