TreeNodeCheckBoxStateChangedEventArgs.NewState Property
Gets a new state of the checkbox.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public bool? NewState { get; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> | A new state of the checkbox. |
See Also