The properties of the TemplateQueryField class are listed below. For a complete list of TemplateQueryField class members, see the TemplateQueryField Members topic.
ConvertEmptyStringToNull | Gets or sets a value indicating whether the raw values that the TemplateQueryField object is bound to should be converted to null if they are String.Empty |
FilterTypeName | Gets or sets the type name of an IQueryFilter implementation that is bound to the TemplateQueryField object. |
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. |
HeaderTemplate | Gets or sets the template for displaying the header section of a TemplateQueryField object. |
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. |
ItemTemplate | Gets or sets the template for displaying a filter item in a TemplateQueryField object. |
Owner (inherited from QueryField) | Gets a reference to the query form control that the QueryField object is associated with. |
Parameters | Gets the parameters collection that contains the parameters that are used by the TemplateQueryField.CreateFilter method when building a custom filter object. |
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. |
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. |
TemplateQueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace