TechTalk Genome v4.2

QueryCommandField Properties

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

Public Instance Properties

ButtonTypeGets or sets the button type to display in the query command field.
CausesValidationGets or sets a value indicating whether validation is performed when a user clicks a button in the query command field.
ClearImageUrlGets or sets the URL to an image to display for the Clear button in the query command field.
ClearTextGets or sets the caption for the Clear button displayed in the query command field.
FilterImageUrlGets or sets the URL to an image to display for the Filter button in the query command field.
FilterTextGets 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.
ShowAllImageUrlGets or sets the URL to an image to display for the ShowAll button in the query command field.
ShowAllTextGets or sets the caption for the ShowAll button displayed in the query command field.
ShowClearButtonGets or sets a value indicating whether a Clear button is displayed in the query command field.
ShowFilterButtonGets 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.
ShowShowAllButtonGets or sets a value indicating whether a ShowAll button is displayed in the query command field.
ValidationGroupGets 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.

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

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