DataGridColumnStylesHelperExtension Class

Namespace
MahApps.Metro.Controls
Interfaces
Base Types
  • MarkupExtension
graph BT Type-->Base0["MarkupExtension"] Type-.->Interface0["IDataGridColumnStylesHelper"] click Interface0 "/api/MahApps.Metro.Controls/IDataGridColumnStylesHelper" Type["DataGridColumnStylesHelperExtension"] class Type type-node

Syntax

[MarkupExtensionReturnType(typeof(DataGridColumnStylesHelperExtension))]
public class DataGridColumnStylesHelperExtension : MarkupExtension, IDataGridColumnStylesHelper

Attributes

Type Description
MarkupExtensionReturnType

Methods

Name Value Summary
Attach(DataGrid) void
Attach this helper to the DataGrid.
BindColumnStyles(DataGridColumn) void
ClearBinding(DependencyObject, DependencyProperty, DependencyObject, DependencyProperty) void
Clears the binding from the source dependency property to the dependency property of the given target.
static
ClearColumnStyles(DataGridColumn) void
Detach() void
Detach the helper from the attached DataGrid
ProvideValue(IServiceProvider) object
SetBinding(DependencyObject, DependencyProperty, DependencyObject, DependencyProperty) void
Sets binding from the source dependency property to the dependency property of the given target.
static