C# Syntax
public interface IDesktopTableBehavior
Name | Description | |
---|---|---|
![]() | CurrentPage | The current page number in this table. |
Name | Description | |
---|---|---|
![]() | ClickColumnHeader | Overloaded. Clicks the header of the specified column according to its index. |
![]() | FirstPage | Scrolls the table to the first page. |
![]() | LastPage | Scrolls the table to the last page. |
![]() | MoveColumn | Overloaded. Moves the specified column to the specified column position. |
![]() | NavigateToPage | Scrolls the table to the specified page. |
![]() | NextPage | Scrolls the table to the next page. |
![]() | OpenMenu | Overloaded. Clicks the column header (according to its index) to open the associated menu. |
![]() | PreviousPage | Scrolls the table to the previous page. |
![]() | ResizeColumn | Overloaded. Resizes the specified column (according to its index) to the specified width. |