DataGridHelper.

SetAutoGeneratedTextColumnEditingStyle(DependencyObject, Style) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject
value Style

Return Value

Type Description
void