TechTalk Genome v4.2

SimpleQueryField Properties

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

Public Instance Properties

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.
PropertyName Gets or sets the name of the business property that will be filtered by the QueryField.
ShowHeader (inherited from QueryField) Gets or sets a value indicating whether the header item of a query field is rendered.
Visible (inherited from QueryField) Gets or sets a value indicating whether a query field is rendered.

Protected Instance Properties

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.

See Also

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