MVCxFilterControlSettings<RowType> Properties
Contains the Filter Control extension settings.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. Inherited from MVCxFilterControlSettings. |
AllowNonVisualFilterExpression | Specifies whether the filter control enables filtering using complex valid expressions that cannot be visualized in the Visual tab. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
ClientSideEvents | Gets an object that lists the client-side events specific to the Filter Control. Inherited from MVCxFilterControlSettings. |
ClientVisible | Gets or sets a value that specifies the initial visibility state of a filter control on the client. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
CriteriaValueEditorInitialize | Enables the editors displayed within the criteria value to be initialized. Inherited from MVCxFilterControlSettings. |
CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. Inherited from MVCxFilterControlSettings. |
CustomValueDisplayText | Enables you to specify the entered value’s custom display text to be displayed when a value editor is inactive. Inherited from MVCxFilterControlSettings. |
EnableCallbackAnimation | Gets or sets a value that specifies whether a specific animation effect is used when changing pages via a callback. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
GroupOperationsVisibility | Gets the visibility settings of combining operator dropdown menu items. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
Images | Provides access to the settings that define images displayed within the MVCxFilterControlSettings. Inherited from MVCxFilterControlSettings. |
ImagesEditors | Gets settings that allow images to be defined for specific elements of editors. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
ParseValue | Enables you to process and modify an entered value before it is actually accepted by the extension. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
SettingsLoadingPanel | Provides access to the Overview - LoadingPanel‘s settings. Inherited from MVCxFilterControlSettings. |
ShowOperandTypeButton | Specifies whether an operand type button is displayed. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
StylesEditors | Provides access to style settings used to paint the FilterControl’s editors. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
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. Inherited from MVCxFilterControlSettings. |
VisualTabText | Gets or sets the text displayed in the Filter Control’s Visual tab. Inherited from MVCxFilterControlSettings. |
Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
See Also