DataGridHelper.

SetAutoGeneratedCheckBoxColumnEditingStyle(DependencyObject, Style) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject
value Style

Return Value

Type Description
void