Show / Hide Table of Contents

Class DataGridTextColumn

Implements text column for Data Grid

Inheritance
System.Object
DependencyObject
DataGridColumn
DataGridBoundColumn
DataGridTextColumn
Inherited Members
DataGridBoundColumn.Binding
DataGridBoundColumn.ElementStyleProperty
DataGridBoundColumn.ElementStyle
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 class DataGridTextColumn : DataGridBoundColumn

Constructors

DataGridTextColumn()

Initializes a new instance of the DataGridTextColumn class.

Declaration
public DataGridTextColumn()

Properties

DefaultElementStyle

Gets the default element style.

Declaration
public static Style DefaultElementStyle { get; }
Property Value
Type Description
Style

The default element style.

Back to top Generated by DocFX