Table of Contents

Enum TableViewEditAction

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Specifies the action to take when editing a cell in TableView.

public enum TableViewEditAction

Fields

Cancel = 0

Cancel editing and revert to the original value.

Commit = 1

Commit the edit and save the new value.