MVCxFilterControlSettings<RowType> Members
In This Article
#Constructors
Name | Description |
---|---|
MVCx |
Initializes a new instance of the MVCx |
#Properties
Name | Description |
---|---|
Access |
Gets or sets the access key that allows you to quickly navigate to the ASP. |
Allow |
Specifies if the filter builder can display hierarchical columns.
Inherited from MVCx |
Allow |
Specifies whether the filter control enables filtering using complex valid expressions that cannot be visualized in the Visual tab.
Inherited from MVCx |
Attributes |
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
Inherited from Settings |
Before |
Enables you to perform custom processing after a callback sent by the filter control has been processed on the server, but prior to the time the respective callback result render is formed.
Inherited from MVCx |
Callback |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
Inherited from MVCx |
Clear |
Gets or sets a value that specifies whether the criteria value in the Filter Control should be cleared when the specified field name is changed.
Inherited from MVCx |
Client |
Gets an object that lists the client-side events specific to the Filter Control.
Inherited from MVCx |
Client |
Gets or sets a value that specifies the initial visibility state of a filter control on the client.
Inherited from MVCx |
Columns | Provides access to the filter control column collection. |
Control |
Provides access to the style settings declared at the root level of the extension’s wrapped web server control.
Inherited from Settings |
Criteria |
Enables you to replace the default criteria value editor with custom one.
Inherited from MVCx |
Criteria |
Enables the editors displayed within the criteria value to be initialized.
Inherited from MVCx |
Custom |
Enables you to supply any server data that can then be parsed on the client.
Inherited from MVCx |
Custom |
Enables you to specify the entered value’s custom display text to be displayed when a value editor is inactive.
Inherited from MVCx |
Enable |
Gets or sets a value that specifies whether a specific animation effect is used when changing pages via a callback.
Inherited from MVCx |
Enabled |
Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions.
Inherited from Settings |
Enable |
Gets or sets a value indicating whether popup menu scrolling is enabled in the filter control.
Inherited from MVCx |
Enable |
Gets or sets a value indicating whether themes apply to this extension.
Inherited from Settings |
Encode |
Gets or sets whether to encode editor value and content.
Inherited from Settings |
Filter |
Gets or sets the current filter expression.
Inherited from MVCx |
Group |
Gets the visibility settings of combining operator dropdown menu items.
Inherited from MVCx |
Height |
Gets or sets the height of the extension.
Inherited from Settings |
Hierarchical |
Gets or sets the height of the popup window in which the columns list is displayed when the hierarchical columns view is enabled.
Inherited from MVCx |
Images |
Provides access to the settings that define images displayed within the MVCx |
Images |
Gets settings that allow images to be defined for specific elements of editors.
Inherited from MVCx |
Init |
Enables you to perform custom actions when an extension is initialized.
Inherited from Settings |
Max |
Specifies a column’s max hierarchy depth level that can be displayed by the filter builder.
Inherited from MVCx |
Name |
Specifies the unique identifier name for the extension.
Inherited from Settings |
Operation |
Enables you to hide/show the operations for filterable properties within the control.
Inherited from MVCx |
Parse |
Enables you to process and modify an entered value before it is actually accepted by the extension.
Inherited from MVCx |
Pre |
Allows custom processing to be implemented before the extension is rendered to the page.
Inherited from Settings |
Right |
Gets or sets a value specifying whether or not the current control supports right-to-left representation.
Inherited from MVCx |
Settings |
Provides access to the Overview - Loading |
Show |
Specifies whether an operand type button is displayed.
Inherited from MVCx |
Skin |
Gets or sets the skin to apply to the control.
Inherited from Settings |
Style |
Gets a collection of all cascading style sheet (CSS) properties applied to an extension.
Inherited from Settings |
Styles |
Provides access to the style settings that control the appearance of the MVCx |
Styles |
Provides access to style settings used to paint the Filter |
Tab |
Gets or sets the tab index of the control element of the web page.
Inherited from Settings |
Text |
Gets or sets the text displayed in the Filter Control’s Text tab.
Inherited from MVCx |
Theme |
Gets or sets the name of the theme to be applied to the extension.
Inherited from Settings |
Tool |
Gets or sets a UI element’s tooltip text.
Inherited from Settings |
View |
Specifies if the text filter expression editor is displayed in the filter control.
Inherited from MVCx |
Visual |
Gets or sets the text displayed in the Filter Control’s Visual tab.
Inherited from MVCx |
Width |
Gets or sets the width of the extension.
Inherited from Settings |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also