DxTreeViewDataMappingBase.AllowCheck Property
Specifies whether a node can be checked. Map this property to a data source field.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public string AllowCheck { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The field name. |
See Also