Show / Hide Table of Contents

Class DataGridCheckBoxColumn

Implements Data Grid columns with Check Box

Inheritance
System.Object
DependencyObject
DataGridColumn
DataGridBoundColumn
DataGridCheckBoxColumn
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 DataGridCheckBoxColumn : DataGridBoundColumn

Constructors

DataGridCheckBoxColumn()

Initializes a new instance of the DataGridCheckBoxColumn class.

Declaration
public DataGridCheckBoxColumn()

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