The properties of the QueryField class are listed below. For a complete list of QueryField class members, see the QueryField Members topic.
HeaderImageUrl | Gets or sets the URL of an image that is displayed in the header item of a query field. |
HeaderStyle | Gets the style of the header of the query field. |
HeaderText | Gets or sets the text that is displayed in the header item of a query field. |
ItemStyle | Gets the style of any text-based content displayed by a query field. |
Owner | Gets a reference to the query form control that the QueryField object is associated with. |
ShowHeader | Gets or sets a value indicating whether the header item of a query field is rendered. |
Visible | Gets or sets a value indicating whether a query field is rendered. |
DesignMode | Gets a value indicating whether a query field is currently viewed in a design-time environment. |
IsTrackingViewState | Gets a value indicating whether a server control is tracking its view state changes. |
ViewState | 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. |
QueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace