Show / Hide Table of Contents

Class DataGridBoundColumn

Represents a DataGrid column that can bind to a property in the grid's data source.

Inheritance
System.Object
DependencyObject
DataGridColumn
DataGridBoundColumn
DataGridCheckBoxColumn
DataGridTextColumn
Inherited Members
DataGridColumn.ActualWidth
DataGridColumn.CellStyle
DataGridColumn.CanUserReorder
DataGridColumn.CanUserResize
DataGridColumn.CanUserSort
DataGridColumn.DisplayIndex
DataGridColumn.DragIndicatorStyle
DataGridColumn.HeaderStyle
DataGridColumn.Header
DataGridColumn.IsAutoGenerated
DataGridColumn.IsFrozen
DataGridColumn.IsReadOnly
DataGridColumn.MaxWidth
DataGridColumn.MinWidth
DataGridColumn.SortMemberPath
DataGridColumn.Visibility
DataGridColumn.Width
DataGridColumn.GetCellContent(DataGridRow)
DataGridColumn.GetCellContent(Object)
DataGridColumn.GetColumnContainingElement(FrameworkElement)
DataGridColumn.CancelCellEdit(FrameworkElement, Object)
DataGridColumn.GenerateEditingElement(DataGridCell, Object)
DataGridColumn.GenerateElement(DataGridCell, Object)
DataGridColumn.NotifyPropertyChanged(String)
DataGridColumn.PrepareCellForEdit(FrameworkElement, RoutedEventArgs)
DataGridColumn.RefreshCellContent(FrameworkElement, String)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
[StyleTypedProperty(Property = "ElementStyle", StyleTargetType = typeof(FrameworkElement))]
[StyleTypedProperty(Property = "EditingElementStyle", StyleTargetType = typeof(FrameworkElement))]
public abstract class DataGridBoundColumn : DataGridColumn, IDependencyObject

Properties

| Improve this Doc View Source

Binding

Gets or sets the binding that associates the column with a property in the data source.

Declaration
public virtual Binding Binding { get; set; }
Property Value
Type Description
Binding
| Improve this Doc View Source

ClipboardContentBinding

The binding that will be used to get or set cell content for the clipboard. If the base ClipboardContentBinding is not explicitly set, this will return the value of Binding.

Declaration
public override Binding ClipboardContentBinding { get; set; }
Property Value
Type Description
Binding
Overrides
DataGridColumn.ClipboardContentBinding
| Improve this Doc View Source

EditingElementStyle

Gets or sets the style that is used when rendering the element that the column displays for a cell in editing mode.

Declaration
public Style EditingElementStyle { get; set; }
Property Value
Type Description
Style
| Improve this Doc View Source

ElementStyle

Gets or sets the style that is used when rendering the element that the column displays for a cell that is not in editing mode.

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

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source