DataGridHelper.

SetAutoGeneratedHyperlinkColumnStyle(UIElement, Style) Method

Summary

Helper for setting AutoGeneratedHyperlinkColumnStyleProperty on element. If a style is set, the DataGridHyperlinkColumn columns 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 SetAutoGeneratedHyperlinkColumnStyle(UIElement element, Style value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set AutoGeneratedHyperlinkColumnStyleProperty on.
value Style AutoGeneratedHyperlinkColumnStyle property value.

Return Value

Type Description
void