The properties of the QueryCommandField class are listed below. For a complete list of QueryCommandField class members, see the QueryCommandField Members topic.
ButtonType | Gets or sets the button type to display in the query command field. |
CausesValidation | Gets or sets a value indicating whether validation is performed when a user clicks a button in the query command field. |
ClearImageUrl | Gets or sets the URL to an image to display for the Clear button in the query command field. |
ClearText | Gets or sets the caption for the Clear button displayed in the query command field. |
FilterImageUrl | Gets or sets the URL to an image to display for the Filter button in the query command field. |
FilterText | Gets or sets the caption for the Filter button displayed in the query command field. |
HeaderImageUrl (inherited from QueryField) | Gets or sets the URL of an image that is displayed in the header item of a query field. |
HeaderStyle (inherited from QueryField) | Gets the style of the header of the query field. |
HeaderText (inherited from QueryField) | Gets or sets the text that is displayed in the header item of a query field. |
ItemStyle (inherited from QueryField) | Gets the style of any text-based content displayed by a query field. |
Owner (inherited from QueryField) | Gets a reference to the query form control that the QueryField object is associated with. |
ShowAllImageUrl | Gets or sets the URL to an image to display for the ShowAll button in the query command field. |
ShowAllText | Gets or sets the caption for the ShowAll button displayed in the query command field. |
ShowClearButton | Gets or sets a value indicating whether a Clear button is displayed in the query command field. |
ShowFilterButton | Gets or sets a value indicating whether a Filter button is displayed in the query command field. |
ShowHeader | Gets or sets a value indicating whether the header item of a query command field is rendered. |
ShowShowAllButton | Gets or sets a value indicating whether a ShowAll button is displayed in the query command field. |
ValidationGroup | Gets or sets the name of the group of validation controls to validate when a button in the query command field is clicked. |
Visible (inherited from QueryField) | Gets or sets a value indicating whether a query field is rendered. |
DesignMode (inherited from QueryField) | Gets a value indicating whether a query field is currently viewed in a design-time environment. |
IsTrackingViewState (inherited from QueryField) | Gets a value indicating whether a server control is tracking its view state changes. |
ViewState (inherited from QueryField) | Gets a dictionary of state information that allows you to save and restore the view state of a QueryField object across multiple requests for the same page. |
QueryCommandField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace