Specifies the state of an object.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum State |
Visual Basic
![]() |
---|
Public Enum State |
Member name | Value | Description | |
---|---|---|---|
![]() |
Unspecified |
-1 | Indicates undetermined state. |
![]() |
Disabled |
0 | Indicates that the object is disabled. |
![]() |
Enabled |
1 | Indicates that the object is enabled. |