Click or drag to resize

BookmarkHistoryWidget Properties

The BookmarkHistoryWidget type exposes the following members.

Properties
  NameDescription
Protected propertyCaption
Provide caption.
(Overrides DivWidgetBaseCaption.)
Protected propertyCssClass
A Css class to be added to the widget for widget-specific styling.
(Inherited from DivWidgetBase.)
Protected propertyDivOpts
DivWidget options provided by a derived class as a combination of flags from DivWidgetBaseDivOptFlags.
(Inherited from DivWidgetBase.)
Protected propertyFilterID
Gets the client-side filter control ID from the request "id" parameter.
(Inherited from DivWidgetBase.)
Protected propertyFilterOptions
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.)
Protected propertyFilterText
Gets the filter text from the request "txt" parameter.
(Inherited from DivWidgetBase.)
Protected propertyMOP
The MOP of the page requesting the filter widget presentation.
(Inherited from DivWidgetBase.)
Protected propertyUseBootstrap
Gets whether or not Bootstrap is being used.
(Inherited from DivWidgetBase.)
Protected propertyWidgetID
Gets the client-side widget ID from the request "wid" parameter.
(Inherited from DivWidgetBase.)
Protected propertyWidgetOptions
Get the filter widget options (a set of character flags that may be widget-specific).
  • a - Include Apply Now button.
  • u - Unlimited list of items.
(Inherited from DivWidgetBase.)
Protected propertyWidgetWidth
Override default widget width.
(Overrides DivWidgetBaseWidgetWidth.)
Top
See Also