Table of Contents

Class TableViewBoundColumn

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Represents a column in a TableView that is bound to a data source.

public abstract class TableViewBoundColumn : TableViewColumn, IWinRTObject
Inheritance
object
DependencyObject
TableViewBoundColumn
Implements
IWinRTObject
Derived
Inherited Members

Fields

EditingElementStyleProperty

Identifies the EditingElementStyle dependency property.

public static readonly DependencyProperty EditingElementStyleProperty

Field Value

DependencyProperty

ElementStyleProperty

Identifies the ElementStyle dependency property.

public static readonly DependencyProperty ElementStyleProperty

Field Value

DependencyProperty

Properties

Binding

Gets or sets the binding for the column.

public virtual Binding Binding { get; set; }

Property Value

Binding

EditingElementStyle

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

public Style EditingElementStyle { get; set; }

Property Value

Style

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.

public Style ElementStyle { get; set; }

Property Value

Style

OperationContentBinding

Gets or sets the optional data binding used to perform operations on cell content, for example sorting, filtering and exporting. If no explicit operation binding is set, the column's Binding is returned as a fallback.

public override Binding? OperationContentBinding { get; set; }

Property Value

Binding