Back to Devexpress

DxTreeViewDataMappingBase.Checked Property

blazor-devexpress-dot-blazor-dot-base-dot-dxtreeviewdatamappingbase-2e53e0f7.md

latest1.7 KB
Original Source

DxTreeViewDataMappingBase.Checked Property

Specifies whether the node is checked. Map this property to a data source field.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
[Parameter]
public string Checked { get; set; }

Property Value

TypeDefaultDescription
Stringnull

The field name.

|

Remarks

Refer to the DxTreeViewDataMappingBase class description for additional information and examples.

Note

If a node’s Checked property is specified in a data model field or in code, its value does not apply to the corresponding parent node. In Recursive mode, the parent node’s state changes in the following cases:

  • A user changes the check state of child nodes.
  • You call the SetNodeChecked or SetNodesChecked method. A method call changes check states of the specified nodes and their parent nodes as well.

See Also

DxTreeViewDataMappingBase Class

DxTreeViewDataMappingBase Members

DevExpress.Blazor.Base Namespace