GridSettingsBase Properties
A base for the CardViewSettings and GridViewSettings objects.Name | Description |
---|---|
AccessibilityCompliant | Enables accessibility support. |
AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
BeforeGetCallbackResult | Allows you to perform custom actions after a callback sent by the current extension 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. |
ClientLayout | Enables you to save and restore the previously saved layout of the extension. |
ClientVisible | Gets or sets a value that specifies the initial visibility state of an extension on the client. |
ControlStyle | Provides access to the style settings declared at the root level of the extension’s wrapped web server control. |
CustomActionRouteValues | Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the MVCxClientGridView.PerformCallback method. |
CustomDataActionRouteValues | Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks initiated by the MVCxClientGridView.GetValuesOnCustomCallback method. |
DataBinding | Allows you to perform custom actions before a GridView is bound to a data source. |
DataBound | Allows you to perform actions after the GridView is bound to a data source. |
EnableCallbackAnimation | Gets or sets a value that specifies whether a specific animation effect is used when a GridView’s content is updated via a callback. |
EnableCallbackCompression | Gets or sets whether callback compression is enabled. |
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. |
EnablePagingCallbackAnimation | Gets or sets a value that specifies whether a specific animation effect is used when changing pages. |
EnablePagingGestures | Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture. |
EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
EncodeHtml | This property is not in effect for the GridSettingsBase class. |
FilterControlColumnsCreated | Enables you to customize the filter control column collection after it is created. |
FilterControlCriteriaValueEditorCreate | Enables you to replace the default criteria value editor with a custom one. |
FilterControlCriteriaValueEditorInitialize | Enables the editors displayed within the criteria value to be initialized. |
FilterControlCustomValueDisplayText | Enables you to specify the entered filter value’s custom display text to be displayed when the filter’s condition value editor is inactive. |
FilterControlOperationVisibility | Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl’s operation dropdown menu. |
FilterControlParseValue | Enables you to process and modify an entered value before it is actually accepted by the filter. |
Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
ImagesFilterControl | Provides access to the settings that define images displayed within the Filter Builder. |
Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
KeyFieldName | Gets or sets the name of the data source key field. |
Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
RightToLeft | Specifies whether to apply right-to-left representation to the extension. |
SettingsExport | Provides access to the grid’s export settings. |
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. |
StylesFilterControl | Provides access to the style settings defining the appearance of the Filter Builder. |
StylesToolbar | Provides access to the style settings that define the appearance of toolbars. |
SubstituteFilter | Allows you to replace a filter applied with another filter. |
TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
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. |
Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
See Also