Back to Devexpress

TreeViewControl.CheckBoxValueConverter Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-cf76a11b.md

latest1.9 KB
Original Source

TreeViewControl.CheckBoxValueConverter Property

Gets or sets a converter that specifies a checkbox value. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IValueConverter CheckBoxValueConverter { get; set; }
vb
Public Property CheckBoxValueConverter As IValueConverter

Property Value

TypeDescription
IValueConverter

An object that implements the IValueConverter interface.

|

Remarks

Set the TreeViewControl.ShowCheckboxes property to true to display check boxes.

The CheckBoxValueConverter property allows you to create a converter and bind the check state of check boxes to a field of any type in a data source.

The TreeViewControl.CheckBoxFieldName property binds the state of check boxes to a field of the Boolean or Nullable<Boolean> data type in a data source.

See Also

ShowCheckboxes

CheckBoxFieldName

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace