| MultiSelectWidget Properties | 
The MultiSelectWidget type exposes the following members.
 Properties
Properties| 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.
            (Inherited from DivWidgetBase.) | 
|  | CssClass | 
            A Css class to be added to the widget for widget-specific styling.
            (Inherited from DivWidgetBase.) | 
|  | DivOpts | 
            DivWidget options provided by a derived class as a combination of flags from DivWidgetBaseDivOptFlags.
            (Overrides DivWidgetBaseDivOpts.) | 
|  | FilterID | 
            Gets the client-side filter control ID from the request "id" parameter.
            (Inherited from DivWidgetBase.) | 
|  | 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.
            (Inherited from DivWidgetBase.) | 
|  | FilterText | 
            Gets the filter text from the request "txt" parameter.
            (Inherited from DivWidgetBase.) | 
|  | MOP | 
            The MOP of the page requesting the filter widget presentation.
            (Inherited from DivWidgetBase.) | 
|  | UseBootstrap | 
            Gets whether or not Bootstrap is being used.
            (Inherited from DivWidgetBase.) | 
|  | WidgetID | 
            Gets the client-side widget ID from the request "wid" parameter.
            (Inherited from DivWidgetBase.) | 
|  | WidgetOptions | 
            Get the filter widget options (a set of character flags that may be widget-specific).
            (Inherited from DivWidgetBase.) 
 | 
|  | 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.
            (Inherited from DivWidgetBase.) | 
 See Also
See Also