MVCxFilterControlSettings Properties
Contains specific settings of the Filter Control.Name | Description |
---|---|
AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
AllowHierarchicalColumns | Specifies if the filter builder can display hierarchical columns. |
AllowNonVisualFilterExpression | Specifies whether the filter control enables filtering using complex valid expressions that cannot be visualized in the Visual tab. |
Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
BeforeGetCallbackResult | 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. |
CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
ClearOperandValueOnColumnChange | 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. |
ClientSideEvents | Gets an object that lists the client-side events specific to the Filter Control. |
ClientVisible | Gets or sets a value that specifies the initial visibility state of a filter control on the client. |
Columns | Provides access to the filter control column collection. |
ControlStyle | Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase. |
CriteriaValueEditorCreate | Enables you to replace the default criteria value editor with custom one. |
CriteriaValueEditorInitialize | Enables the editors displayed within the criteria value to be initialized. |
CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. |
CustomValueDisplayText | Enables you to specify the entered value’s custom display text to be displayed when a value editor is inactive. |
EnableCallbackAnimation | Gets or sets a value that specifies whether a specific animation effect is used when changing pages via a callback. |
Enabled | Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase. |
EnablePopupMenuScrolling | Gets or sets a value indicating whether popup menu scrolling is enabled in the filter control. |
EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
EncodeHtml | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
FilterExpression | Gets or sets the current filter expression. |
GroupOperationsVisibility | Gets the visibility settings of combining operator dropdown menu items. |
Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
HierarchicalColumnPopupHeight | Gets or sets the height of the popup window in which the columns list is displayed when the hierarchical columns view is enabled. |
Images | Provides access to the settings that define images displayed within the MVCxFilterControlSettings. |
ImagesEditors | Gets settings that allow images to be defined for specific elements of editors. |
Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
MaxHierarchyDepth | Specifies a column’s max hierarchy depth level that can be displayed by the filter builder. |
Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
OperationVisibility | Enables you to hide/show the operations for filterable properties within the control. |
ParseValue | Enables you to process and modify an entered value before it is actually accepted by the extension. |
PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
RightToLeft | Gets or sets a value specifying whether or not the current control supports right-to-left representation. |
SettingsLoadingPanel | Provides access to the Overview - LoadingPanel‘s settings. |
ShowOperandTypeButton | Specifies whether an operand type button is displayed. |
SkinID | Gets or sets the skin to apply to the control. Inherited from SettingsBase. |
Style | Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase. |
Styles | Provides access to the style settings that control the appearance of the MVCxFilterControlSettings elements. |
StylesEditors | Provides access to style settings used to paint the FilterControl’s editors. |
TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
TextTabText | Gets or sets the text displayed in the Filter Control’s Text tab. |
Theme | Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase. |
ToolTip | Gets or sets a UI element’s tooltip text. Inherited from SettingsBase. |
ViewMode | Specifies if the text filter expression editor is displayed in the filter control. |
VisualTabText | Gets or sets the text displayed in the Filter Control’s Visual tab. |
Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
See Also