Item Check State Event ArgsCheck State Property
Get the check state of the item
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public CheckState CheckState { get; }VB
Public ReadOnly Property CheckState As CheckState
GetC++
public:
property CheckState CheckState {
CheckState get ();
}F#
member CheckState : CheckState with get