TreeNodeCheckBoxStateChangedEventArgs.OldState Property
In This Article
Gets an old state of the checkbox.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public bool? OldState { get; }
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | An old state of the checkbox. |
See Also