DivWidgetBase Properties |
The DivWidgetBase type exposes the following members.
Name | Description | |
---|---|---|
Caption |
The caption to use for the widget. Typically the widget is provided in the AJAX call.
Override this property if the caption is being provided server-side.
| |
CssClass |
A Css class to be added to the widget for widget-specific styling.
| |
DivOpts |
DivWidget options provided by a derived class as a combination of flags from DivWidgetBaseDivOptFlags.
| |
FilterID |
Gets the client-side filter control ID from the request "id" parameter.
| |
FilterOptions |
Get the field filter options to apply to the widget. Note that only a few of the FieldFilterOptions have any effect
on a filter widget.
| |
FilterText |
Gets the filter text from the request "txt" parameter.
| |
MOP |
The MOP of the page requesting the filter widget presentation.
| |
UseBootstrap |
Gets whether or not Bootstrap is being used.
| |
WidgetID |
Gets the client-side widget ID from the request "wid" parameter.
| |
WidgetOptions |
Get the filter widget options (a set of character flags that may be widget-specific).
| |
WidgetWidth |
Get override for default client-side widget width, in pixels. If value is less
than or equal to zero then no override is used.
|