Enum RunMode
This enum classifies mode type.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum RunMode
Fields
| Name | Description |
|---|---|
| ReadOnly | Indicates that visual part cannot be changed manually. |
| ScrollOnly | Indicates that visual part can be changed by scroll only. |
| TypeAndScroll | Indicates that visual part can be changed by type and scroll. |