Back to Devexpress

GridSettingsBase Properties

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridsettingsbase-dot-underscore-properties.md

latest9.1 KB
Original Source

GridSettingsBase Properties

A base for the CardViewSettings and GridViewSettings objects.

NameDescription
AccessibilityCompliantEnables accessibility support.
AccessKeyGets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
BeforeGetCallbackResultAllows 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.
CallbackRouteValuesDefines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
ClientLayoutEnables you to save and restore the previously saved layout of the extension.
ClientVisibleGets or sets a value that specifies the initial visibility state of an extension on the client.
ControlStyleProvides access to the style settings declared at the root level of the extension’s wrapped web server control.
CustomActionRouteValuesDefines 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.
CustomDataActionRouteValuesDefines 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.
DataBindingAllows you to perform custom actions before a GridView is bound to a data source.
DataBoundAllows you to perform actions after the GridView is bound to a data source.
EnableCallbackAnimationGets or sets a value that specifies whether a specific animation effect is used when a GridView’s content is updated via a callback.
EnableCallbackCompressionGets or sets whether callback compression is enabled.
EnabledGets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnablePagingCallbackAnimationGets or sets a value that specifies whether a specific animation effect is used when changing pages.
EnablePagingGesturesGets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
EnableThemingGets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtmlThis property is not in effect for the GridSettingsBase class.
FilterControlColumnsCreatedEnables you to customize the filter control column collection after it is created.
FilterControlCriteriaValueEditorCreateEnables you to replace the default criteria value editor with a custom one.
FilterControlCriteriaValueEditorInitializeEnables the editors displayed within the criteria value to be initialized.
FilterControlCustomValueDisplayTextEnables you to specify the entered filter value’s custom display text to be displayed when the filter’s condition value editor is inactive.
FilterControlOperationVisibilityEnables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl’s operation dropdown menu.
FilterControlParseValueEnables you to process and modify an entered value before it is actually accepted by the filter.
HeightGets or sets the height of the extension. Inherited from SettingsBase.
ImagesFilterControlProvides access to the settings that define images displayed within the Filter Builder.
InitEnables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
KeyFieldNameGets or sets the name of the data source key field.
NameSpecifies the unique identifier name for the extension. Inherited from SettingsBase.
PreRenderAllows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RightToLeftSpecifies whether to apply right-to-left representation to the extension.
SettingsExportProvides access to the grid’s export settings.
SkinIDGets or sets the skin to apply to the control. Inherited from SettingsBase.
StyleGets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
StylesFilterControlProvides access to the style settings defining the appearance of the Filter Builder.
StylesToolbarProvides access to the style settings that define the appearance of toolbars.
SubstituteFilterAllows you to replace a filter applied with another filter.
TabIndexGets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
ThemeGets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTipGets or sets a UI element’s tooltip text. Inherited from SettingsBase.
WidthGets or sets the width of the extension. Inherited from SettingsBase.

See Also

GridSettingsBase Class

GridSettingsBase Members

DevExpress.Web.Mvc Namespace