DataGridHelper.

SetAutoGeneratedCheckBoxColumnStyle(DependencyObject, Style) Method

Summary

Sets the ElementStyle for the autogenerated DataGridCheckBoxColumn.
Namespace
MahApps.Metro.Controls
Containing Type
DataGridHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject
value Style

Return Value

Type Description
void