Enum DataFormCommandButtonsVisibility
Enumeration denoting which of the command buttons should be visible.
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.DataForm.Toolkit.dll
Syntax
[Flags]
public enum DataFormCommandButtonsVisibility
Fields
| Name | Description |
|---|---|
| Add | Represents the case where the add button is visible. |
| All | Represents the case where all buttons is visible. |
| Cancel | Represents the case where the cancel button is visible. |
| Commit | Represents the case where the commit button is visible. |
| Delete | Represents the case where the delete button is visible. |
| Edit | Represents the case where the edit button is visible. |
| Navigation | Represents the case where the navigation buttons are visible. |
| None | Represents the case where no buttons are visible. |