public TableViewMode ViewMode {get; set;}
Public Property ViewMode As TableViewMode
public TableViewMode ViewMode {get; set;}
Public Property ViewMode As TableViewMode
Use the TableControlContent.ViewMode property to change the mode of the control. Do not use it to set the initial mode of the control.
If the TableControlContent.ViewMode is set before the TableContent, it will be overridden with the value in the TableControlContent.ViewMode property.
This property must be accessed on the UI thread.
Target Platforms: Windows 11, Windows 10