DataGridHelper.

SetEnableCellEditAssist(DependencyObject, bool) Method

Summary

Sets a value which indicates the preview cell editing is enabled or not.
Namespace
MahApps.Metro.Controls
Containing Type
DataGridHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject
value bool

Return Value

Type Description
void