TechTalk Genome v4.2

QueryField Properties

The properties of the QueryField class are listed below. For a complete list of QueryField class members, see the QueryField Members topic.

Public Instance Properties

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.

Protected Instance Properties

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.

Private Instance Properties

System.Web.UI.IStateManager.IsTrackingViewState

See Also

QueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace