Skip to main content
All docs
V25.2
  • DXTreeView.CheckBoxValueConverter Property

    Gets or sets a converter that specifies a tree node checkbox value. This is a bindable property.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public IValueConverter CheckBoxValueConverter { get; set; }

    Property Value

    Type Description
    IValueConverter

    An object that implements the IValueConverter interface.

    See Also