Show / Hide Table of Contents

Class DataGridBoundColumn

Implements base class for Data Grid columns, which are bound to data

Inheritance
System.Object
DependencyObject
DataGridColumn
DataGridBoundColumn
DataGridCheckBoxColumn
DataGridTextColumn
Inherited Members
DataGridColumn.HeaderProperty
DataGridColumn.Header
DataGridColumn.HeaderStyleProperty
DataGridColumn.HeaderStyle
DataGridColumn.IsAutoGeneratedProperty
DataGridColumn.IsAutoGenerated
DataGridColumn.SortDirectionProperty
DataGridColumn.SortDirection
DataGridColumn.SortMemberPathProperty
DataGridColumn.SortMemberPath
DataGridColumn.WidthProperty
DataGridColumn.Width
DataGridColumn.MaxWidthProperty
DataGridColumn.MaxWidth
DataGridColumn.MinWidthProperty
DataGridColumn.MinWidth
DataGridColumn.ActualWidthProperty
DataGridColumn.ActualWidth
DataGridColumn.VisibilityProperty
DataGridColumn.Visibility
DataGridColumn.Parent
DataGridColumn.DataGridOwner
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.OnPropertyChanged(DependencyProperty)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public abstract class DataGridBoundColumn : DataGridColumn

Constructors

DataGridBoundColumn()

Initializes a new instance of the DataGridBoundColumn class.

Declaration
public DataGridBoundColumn()

Fields

ElementStyleProperty

The element style property

Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
Type Description
DependencyProperty

Properties

Binding

Gets or sets the binding.

Declaration
public Binding Binding { get; set; }
Property Value
Type Description
Binding

The binding.

ElementStyle

Gets or sets the element style.

Declaration
public Style ElementStyle { get; set; }
Property Value
Type Description
Style

The element style.

Back to top Generated by DocFX