Show / Hide Table of Contents

Enum DataFieldMode

Enumeration denoting a DataField mode.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.DataForm.Toolkit.dll
Syntax
public enum DataFieldMode

Fields

Name Description
AddNew

Represents the case where the field is in add-new mode.

Auto

Represents the case where the field should inherit its mode from the parent DataForm. Behavior is the same as Edit if there is no parent DataForm.

Edit

Represents the case where the field is in edit mode.

ReadOnly

Represents the case where the field is read-only.

  • Improve this Doc
  • View Source