public class UIOptions
Public Class UIOptions
type UIOptions = class end
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GoToDefaultRow | The UIController will navigate to the first row that matches the Where. If the StartFromLastRow is set to true, it'll park on the last row that matches the Where |
GoToFirstRow | The UIController will navigate to the first row that matches the Where |
GoToLastRow | The UIController will navigate to the last row that matches the Where |
GoToNextRow | |
GoToPreviouslyParkedRow | The UIController will try to return to the row on which it parked, before the SaveRowAndDo(ActionUIOptions) was called |
GoToPreviousRow | |
GoToRow(FilterBase) | The UIController will park on the first row that matches the filter specified in the usingThisFilter parameter |
GoToRow(FilterBase, Boolean) | The UIController will park on the first row that matches the filter specified in the usingThisFilter parameter |
GoToRowAccordingToStartOnRowWhere | The UIController will navigate to the first row according to the: StartOnRowWhere and StartFromLastRow |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ReloadData | The UIController will reload all the data according to the specified Where and OrderBy |
ReloadData(Boolean) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |