SetAutoGeneratedCheckBoxColumnStyle(UIElement, Style) Method
Helper for setting AutoGeneratedCheckBoxColumnStyleProperty on element. If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for normal cells.
Namespace
MahApps.Metro.Controls
Containing Type
DataGridHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(DataGrid))]
public static void SetAutoGeneratedCheckBoxColumnStyle(UIElement element, Style value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set AutoGeneratedCheckBoxColumnStyleProperty on.
value Style AutoGeneratedCheckBoxColumnStyle property value.