ColumnSortPanel MethodsA Sandcastle Documented Class Library
The ColumnSortPanel type exposes the following members.
Methods

  NameDescription
Public methodGetColumnsText
Returns the text value for the selected column.
Public methodGetColumnsValue
Returns the value for the selected column.
Public methodGetIndex
Returns the index of this panel.
Public methodGetIsLoaded
Returns true if this panel is done loading.
Public methodGetOrderText
Returns the text value for selected sort order.
Public methodGetOrderValue
Returns the value for the selected sort order.
Public methodGetTablesText
Returns the text value for the selected table.
Public methodGetTablesValue
Returns the value for the selected table.
Public methodLoadAll
Loads all the information needed for displaying the filter builder panel. Tables, columns etc.
Private methodLoadColumns
Loads columns for the given core table.
Private methodLoadOrder
Loads the order list.
Private methodLoadTables
Loads the core tables.
Protected methodPage_Load
Standard page load method.
Public methodSetColumnsText
Set the column text for this column sort panel.
Public methodSetColumnsValue
Sets the columns value of this column sort panel.
Public methodSetIndex
Sets the index of this panel.
Public methodSetOrderText
Sets the order text for this column sort panel.
Public methodSetOrderValue
Sets the sort order value for this panel.
Public methodSetTablesText
Sets the tables drop down list based on a string text.
Public methodSetTablesValue
Sets the internal join types value. Disconnected from asp.net control to gaurantee functionality. Uses jQuery to control the client side selection.
Back to Top
See Also