Skip to main content
A newer version of this page is available. .

GridSettingsBase Members

A base for the CardViewSettings and GridViewSettings objects.

Constructors

Name Description
GridSettingsBase() Initializes a new instance of the GridSettingsBase class with default settings.

Properties

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 client 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 client 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 Gets or sets 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 Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also