| Class | Description |
|---|---|
| ButtonEventArgs | ButtonEventArgs object is used to notify listener about the click event. |
| ButtonRoundedCorners | Collection of properties that define appearance of button with rounded corners. |
| ButtonsAppearance | Collection of properties related to buttons that are used by WebTextEdit control. |
| ClientSideEvents | Object that keeps the list of names for event function handlers used by JavaScript on client side. |
| DateFormatUITypeEditor | |
| InvalidDateEventArgs | Event that is fired when invalid date was entered. |
| InvalidNumberEventArgs | Event that is fired when invalid number was entered. |
| MaskUITypeEditor | |
| RenderUpLevelImageButton | Summary description for RenderUpLevelImageButton. |
| SpinButtons | Collection of properties related to spin buttons that are used by WebTextEdit control. |
| StylePresetFromCode | Help utility for style preset. |
| ValueChangeEventArgs | ValueChangeEventArgs object is used to notify listener about the change of value. |
| WebCurrencyEdit | Control that renders number editor. |
| WebDateTimeEdit | Control that renders date editor. |
| WebImageButton | Control that renders text editor with optional buttons. |
| WebMaskEdit | Control that renders mask editor. |
| WebNumericEdit | Control that renders number editor. |
| WebPercentEdit | Control that renders number editor. |
| WebTextEdit | Control that renders text editor with optional buttons. |
| Delegate | Description |
|---|---|
| ClickHandler | Handler for the button click event. |
| CommandHandler | Handler for the command event. |
| CustomButtonPressHandler | Handler for custom button press event. |
| EnterKeyPressHandler | Handler for Enter key press event. |
| InvalidDateHandler | Handler for value changed event. |
| InvalidNumberHandler | Handler for value changed event. |
| InvalidValueHandler | Handler for value changed event. |
| ValueChangeHandler | Handler for value changed event. |
| Enumeration | Description |
|---|---|
| BrowserTarget | Type of browser the HTML should be created for. |
| ButtonDisplay | Location and visibility of buttons. |
| ButtonPostBackAction | Type of browser the HTML should be created for. |
| ButtonRoundedCornersType | Type of rendering logic that is used to create rounded corners around button. |
| ButtonStylePreset | WebButtonBase preset of styles. |
| DateDataMode | Type of object that is used to get and set the Value property by the WebDateTimeEdit control. |
| DefaultTriangleImages | Type of built-in images displayed on buttons. |
| InvalidValueType | Type of error that is raised when invalid-value event was fired. |
| MaskDataMode | The approach that used to build string for the Value property of the WebMaskEdit control. |
| MaskDisplayMode | The approach that used to build the display string when there is no data in the WebMaskEdit control. |
| MinDecimalPlaces | Minimum number of decimal places displayed for number strings. |
| NumericDataMode | Type of object that is used to get and set the Value property by WebNumericEdit control. |
| SelectionOnFocus | Type of selection on start of edit mode. |
| StylePreset | WebTextEdit preset of styles. |
