The properties of the UltimateSearchOutput class are listed below. For a complete list of UltimateSearchOutput class members, see the UltimateSearchOutput Members topic.
AccessKey (inherited from WebControl) | Gets or sets the access key (underlined letter) that allows you to quickly navigate to the Web server control. |
AllowPaging | Gets or sets a value that indicates whether paging is enabled. |
AlternatingItemStyle (inherited from DataList) | Gets the style properties for alternating items in the DataList control. |
AlternatingItemTemplate (inherited from DataList) | Gets or sets the template for alternating items in the DataList. |
Attributes (inherited from WebControl) | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. |
BackColor (inherited from WebControl) | Gets or sets the background color of the Web server control. |
BindingContainer (inherited from Control) | |
BorderColor (inherited from WebControl) | Gets or sets the border color of the Web control. |
BorderStyle (inherited from WebControl) | Gets or sets the border style of the Web server control. |
BorderWidth (inherited from WebControl) | Gets or sets the border width of the Web server control. |
Caption (inherited from BaseDataList) | |
CaptionAlign (inherited from BaseDataList) | |
CellPadding (inherited from BaseDataList) | Gets or sets the amount of space between the contents of a cell and the cell's border. |
CellSpacing (inherited from BaseDataList) | Gets or sets the amount of space between cells. |
ClientID (inherited from Control) | Gets the server control identifier generated by ASP.NET. |
Controls (inherited from BaseDataList) | Gets a ControlCollection that contains a collection of child controls in a data listing control. |
ControlStyle (inherited from WebControl) | Gets the style of the Web server control. This property is used primarily by control developers. |
ControlStyleCreated (inherited from WebControl) | Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers. |
CounterCssClass | Gets or sets the CSS class name applied to counter if DisplayCounter is true. |
CssClass (inherited from WebControl) | Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. |
CurrentPageLinkCssClass | Gets or sets the CSS class name applied to the current page link number. |
DataKeyField (inherited from BaseDataList) | Gets or sets the key field in the data source specified by the DataSource property. |
DataKeys (inherited from BaseDataList) | Gets a DataKeyCollection that stores the key values of each record (displayed as a row) in a data listing control. |
DataMember (inherited from BaseDataList) | Gets or sets the specific data member in a multimember data source to bind to a data listing control. |
DataSource (inherited from BaseDataList) | Gets or sets the source containing a list of values used to populate the items within the control. |
DisplayCounter | Gets or sets a value that indicates whether a counter is displayed for each search result. |
EditItemIndex (inherited from DataList) | Gets or sets the index number of the selected item in the DataList control to edit. |
EditItemStyle (inherited from DataList) | Gets the style properties for the item selected for editing in the DataList control. |
EditItemTemplate (inherited from DataList) | Gets or sets the template for the item selected for editing in the DataList control. |
Enabled (inherited from WebControl) | Gets or sets a value indicating whether the Web server control is enabled. |
EnableViewState (inherited from Control) | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. |
ExtractTemplateRows (inherited from DataList) | Gets or sets a value that indicates whether the rows of a Table control, defined in each template of a DataList control, are extracted and displayed. |
FilterResultsByCategory | Gets or sets the categories to filter the search results. |
FilterResultsByFileType | Gets or sets the file types to filter the search results. |
FirstPageText | Gets or sets the text to display in place of [FirstPageText]. |
Font (inherited from WebControl) | Gets the font properties associated with the Web server control. |
FooterFormat | Gets or sets the formatted text displayed at the footer. |
FooterStyle (inherited from DataList) | Gets the style properties for the footer section of the DataList control. |
FooterTemplate (inherited from DataList) | Gets or sets the template for the footer section of the DataList control. |
ForeColor (inherited from WebControl) | Gets or sets the foreground color (typically the color of the text) of the Web server control. |
GridLines (inherited from DataList) | Gets or sets the grid line style for the DataList control when the RepeatLayout property is set to RepeatLayout.Table. |
HeaderFormat | Gets or sets the formatted text displayed at the header. |
HeaderStyle (inherited from DataList) | Gets the style properties for the heading section of the DataList control. |
HeaderTemplate (inherited from DataList) | Gets or sets the template for the heading section of the DataList control. |
Height (inherited from WebControl) | Gets or sets the height of the Web server control. |
HighlightCssClass | Gets or sets the CSS class name to highlight the search terms. |
HorizontalAlign (inherited from BaseDataList) | Gets or sets the horizontal alignment of a data listing control within its container. |
ID (inherited from Control) | Gets or sets the programmatic identifier assigned to the server control. |
Items (inherited from DataList) | Gets a collection of DataListItem objects representing the individual items within the control. |
ItemStyle (inherited from DataList) | Gets the style properties for the items in the DataList control. |
ItemTemplate (inherited from DataList) | Gets or sets the template for the items in the DataList control. |
LastPageText | Gets or sets the text to display in place of [LastPageText]. |
MaxPartialMatchCount | Gets or sets the maximum number of words that start with each search term for partial match search type. |
MaxTextLength | Gets or sets the maximum number of characters displayed in text. |
MaxTitleLength | Gets or sets the maximum number of characters displayed in title. |
MaxUrlLength | Gets or sets the maximum number of characters displayed in url. |
NamingContainer (inherited from Control) | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. |
NextPageImage | Gets or sets the image to display in place of [NextPageImage]. |
NextPageText | Gets or sets the text to display in place of [NextPageText]. |
NoDocumentsFoundFormat | Gets or sets the formatted text displayed when no documents are found. |
Page (inherited from Control) | Gets a reference to the Page instance that contains the server control. |
PageLinkCount | Gets or sets the number of page links to display. |
PageLinkCssClass | Gets or sets the CSS class name applied to page link numbers. |
PageLinkSeparator | Gets or sets the separator between page link numbers. |
PageSize | Gets or sets the number of items to display on a single page. |
Parent (inherited from Control) | Gets a reference to the server control's parent control in the page control hierarchy. |
PrevPageImage | Gets or sets the image to display in place of [PrevPageImage]. |
PrevPageText | Gets or sets the text to display in place of [PrevPageText]. |
RepeatColumns (inherited from DataList) | Gets or sets the number of columns to display in the DataList control. |
RepeatDirection (inherited from DataList) | Gets or sets whether the DataList control displays vertically or horizontally. |
RepeatLayout (inherited from DataList) | Gets or sets whether the control is displayed in a table or flow layout. |
SearchTimeDigitCount | Gets or sets the number of digits displayed in search time. |
SearchTimeInSeconds | Gets or sets a value that indicates whether search time is displayed in seconds. |
SelectedIndex (inherited from DataList) | Gets or sets the index of the selected item in the DataList control. |
SelectedItem (inherited from DataList) | Gets the selected item in the DataList control. |
SelectedItemStyle (inherited from DataList) | Gets the style properties for the selected item in the DataList control. |
SelectedItemTemplate (inherited from DataList) | Gets or sets the template for the selected item in the DataList control. |
SeparatorStyle (inherited from DataList) | Gets the style properties of the separator between each item in the DataList control. |
SeparatorTemplate (inherited from DataList) | Gets or sets the template for the separator between the items of the DataList control. |
ShowFooter (inherited from DataList) | Gets or sets a value indicating whether the footer section is displayed in the DataList control. |
ShowHeader (inherited from DataList) | Gets or sets a value indicating whether the header section is displayed in the DataList control. |
Site (inherited from Control) | Gets information about the Web site to which the server control belongs. |
SpellCheck | Gets or sets a value that indicates whether to spell check the search terms using UltimateSpell. |
SpellDictionary | Gets or sets the dictionary to use for spell checking. |
SpellIncludeDirectory | Gets or sets the spell include directory. |
SpellSuggestFormat | Gets or sets the formatted text displayed for spell check suggestions. |
Style (inherited from WebControl) | Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. |
TabIndex (inherited from WebControl) | Gets or sets the tab index of the Web server control. |
Target | Gets or sets the Target window to open the url. |
TemplateSourceDirectory (inherited from Control) | Gets the virtual directory of the Page or UserControl that contains the current server control. |
TextCssClass | Gets or sets the CSS class name applied to text. |
TitleCssClass | Gets or sets the CSS class name applied to title. |
ToolTip (inherited from WebControl) | Gets or sets the text displayed when the mouse pointer hovers over the Web server control. |
UniqueID (inherited from Control) | Gets the unique, hierarchically-qualified identifier for the server control. |
UrlCssClass | Gets or sets the CSS class name applied to url. |
UseAccessibleHeader (inherited from BaseDataList) | |
Visible (inherited from Control) | Gets or sets a value that indicates whether a server control is rendered as UI on the page. |
Width (inherited from WebControl) | Gets or sets the width of the Web server control. |
XHTML | Gets or sets a value that indicates whether UltimateSearchOutput is located on a page with document type of XHTML. |
UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace | UltimateSearchInclude Directory | UltimateSearch Configuration | UltimateSpellInclude Directory