Enum DataFormMode
Enumeration denoting a DataForm mode.
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.DataForm.Toolkit.dll
Syntax
public enum DataFormMode
Fields
| Name | Description |
|---|---|
| AddNew | Represents the case where a new object is being added. |
| Edit | Represents the case where an object is being edited. |
| ReadOnly | Represents the case where an object is not being edited. |