General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
CardViewSettings Members
Contains the CardView extension settings.
Constructors
Name | Description |
---|---|
CardViewSettings() |
Initializes a new instance of the CardViewSettings class with default settings. |
Properties
Name | Description |
---|---|
AccessKey |
Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. (Inherited from SettingsBase)
|
AccessibilityCompliant |
Enables accessibility support. (Inherited from GridSettingsBase)
|
AfterPerformCallback |
Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server. |
Attributes |
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (Inherited from SettingsBase)
|
BeforeColumnSorting |
Provides an opportunity to obtain the column sorting parameters and to perform some action before a column is sorted or grouped. |
BeforeColumnSortingGrouping |
Provides an opportunity to obtain the column sorting or grouping parameters and to perform some action before a column is sorted or grouped. |
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. (Inherited from GridSettingsBase)
|
BeforeHeaderFilterFillItems |
Enables you to provide custom filter items instead of the default ones displayed in a Popup Header Filter. |
CallbackRouteValues |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. (Inherited from GridSettingsBase)
|
CardLayoutCreated |
Enables you to change card layout properties. |
CardLayoutProperties |
Provides access to the settings allowing you to customize a card layout. |
CardValidating |
Enables you to specify whether card data is valid and whether the card can be updated. |
CellEditorInitialize |
Enables initializing the cell editors displayed within the CardView edit cells. |
ClientLayout |
Enables you to save and restore the previously saved layout of the extension. (Inherited from GridSettingsBase)
|
ClientSideEvents |
Gets an object that lists the client-side events specific to the CardView. |
ClientVisible |
Gets or sets a value that specifies the initial visibility state of an extension on the client. (Inherited from GridSettingsBase)
|
Columns |
Provides access to a CardView's column collection. |
CommandButtonInitialize |
Enables command items to be initialized. |
ControlStyle |
Provides access to the style settings declared at the root level of the extension's wrapped web server control. (Inherited from GridSettingsBase)
|
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. (Inherited from GridSettingsBase)
|
CustomBindingRouteValuesCollection |
Defines the callback routing logic by specifying the names of Controllers and Actions that handle callbacks related to CardView data operations such as paging, sorting, and filtering. |
CustomButtonInitialize |
Enables you to initialize custom command buttons. |
CustomColumnDisplayText |
Enables custom display text to be provided to any cell. |
CustomColumnGroup |
Provides the capability to group data using custom rules. |
CustomColumnSort |
Enables you to sort data using custom rules. |
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. (Inherited from GridSettingsBase)
|
CustomJSProperties |
Enables you to supply any server data that can then be parsed on the client. |
CustomSummaryCalculate |
Enables you to calculate summary values manually. |
CustomUnboundColumnData |
Enables data to be supplied to unbound columns. |
DataBinding |
Allows you to perform custom actions before a GridView is bound to a data source. (Inherited from GridSettingsBase)
|
DataBound |
Allows you to perform actions after the GridView is bound to a data source. (Inherited from GridSettingsBase)
|
DeleteSelectedCardsRouteValues |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to selected card(s) deletion. |
EditFormLayoutProperties |
Provides access to the settings allowing you to customize the edit form layout. |
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. (Inherited from GridSettingsBase)
|
EnableCallbackCompression |
Gets or sets whether callback compression is enabled. (Inherited from GridSettingsBase)
|
EnableCardsCache |
Gets or sets whether data caching is enabled. |
EnablePagingCallbackAnimation |
Gets or sets a value that specifies whether a specific animation effect is used when changing pages. (Inherited from GridSettingsBase)
|
EnablePagingGestures |
Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture. (Inherited from GridSettingsBase)
|
EnableTheming |
Gets or sets a value indicating whether themes apply to this extension. (Inherited from SettingsBase)
|
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)
|
EncodeHtml |
This property is not in effect for the GridSettingsBase class. (Inherited from GridSettingsBase)
|
FilterControlColumnsCreated |
Enables you to customize the filter control column collection after it is created. (Inherited from GridSettingsBase)
|
FilterControlCriteriaValueEditorCreate |
Enables you to replace the default criteria value editor with a custom one. (Inherited from GridSettingsBase)
|
FilterControlCriteriaValueEditorInitialize |
Enables the editors displayed within the criteria value to be initialized. (Inherited from GridSettingsBase)
|
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. (Inherited from GridSettingsBase)
|
FilterControlOperationVisibility |
Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl's operation dropdown menu. (Inherited from GridSettingsBase)
|
FilterControlParseValue |
Enables you to process and modify an entered value before it is actually accepted by the filter. (Inherited from GridSettingsBase)
|
FormatConditions |
Provides access to a collection of format condition rules. |
GroupSelectorFillItems |
Enables you to provide custom items in the group selector. |
GroupSelectorInitialize |
Enables you to customize the group selector. |
GroupSummary |
Provides access to group summary items. |
HeaderFilterFillItems |
Enables you to provide custom filter items displayed within a filter dropdown. |
Height |
Gets or sets the height of the extension. (Inherited from SettingsBase)
|
HtmlCardPrepared |
Enables the settings of individual cards to be changed. |
Images |
Provides access to the settings that define images for various elements in the CardView. |
ImagesEditors |
Provides access to the settings that define images displayed in the CardView's editors. |
ImagesFilterControl |
Provides access to the settings that define images displayed within the Filter Builder. (Inherited from GridSettingsBase)
|
Init |
Enables you to perform custom actions when an extension is initialized. (Inherited from SettingsBase)
|
InitNewCard |
Enables you to initialize added cards. |
KeyFieldName |
Gets or sets the name of the data source key field. (Inherited from GridSettingsBase)
|
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. (Inherited from GridSettingsBase)
|
SearchPanelEditorCreate |
Enables you to replace the default search panel editor with custom one. |
SearchPanelEditorInitialize |
Enables you to customize the properties of an editor displayed within the search panel. |
Settings |
Provides access to the CardView's display options. |
SettingsAdaptivity |
Provides access to the Card View layout adaptivity settings. |
SettingsBehavior |
Provides access to the CardView's behavior settings. |
SettingsCommandButton |
Provides access to the settings of the CardView's command buttons. |
SettingsCookies |
Provides access to the extension's cookie settings. |
SettingsDataSecurity |
Provides access to the CardView's security settings that allow disabling data modification operations such as editing, inserting and deleting. |
SettingsEditing |
Provides access to the CardView's edit settings. |
SettingsExport |
Provides access to the CardView's export settings. |
SettingsFilterControl |
Provides access to the filter control's settings. |
SettingsLoadingPanel |
Provides access to the loading panel's settings. |
SettingsPager |
Provides access to the pager's settings. |
SettingsPopup |
Provides access to the settings of different CardView popup elements. |
SettingsSearchPanel |
Provides access to the search panel's settings. |
SettingsText |
Provides access to the CardView's text 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)
|
Styles |
Provides access to the style settings that control the appearance of the extension's visual elements. |
StylesEditors |
Provides access to style settings used to paint the CardView's editors. |
StylesFilterControl |
Provides access to the style settings defining the appearance of the Filter Builder. (Inherited from GridSettingsBase)
|
StylesPager |
Provides access to the style settings that control the appearance of the pager displayed within the Card View. |
StylesPopup |
Provides access to the style settings defining the appearance of different popup elements within a card view. |
StylesToolbar |
Provides access to the style settings that define the appearance of toolbars. (Inherited from GridSettingsBase)
|
SubstituteFilter |
Allows you to replace a filter applied with another filter. (Inherited from GridSettingsBase)
|
SummaryDisplayText |
Enables custom display text to be provided for any summary value. |
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)
|
ToolbarItemClick |
Fires after a toolbar item has been clicked. |
Toolbars |
Gets the collection of toolbars in the CardViewSettings control. |
TotalSummary |
Provides access to total summary items. |
Width |
Gets or sets the width of the extension. (Inherited from SettingsBase)
|
Methods
Name | Description |
---|---|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) static |
Determines whether the specified object instances are considered equal.
(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() |
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)
|
SetCardFooterTemplateContent(Action<CardViewCardFooterTemplateContainer>) |
Allows setting a template for displaying the footer. |
SetCardFooterTemplateContent(String) |
Allows setting a template for displaying the footer. |
SetCardHeaderTemplateContent(Action<CardViewCardHeaderTemplateContainer>) |
Allows setting a template for displaying column headers. |
SetCardHeaderTemplateContent(String) |
Allows setting a template for displaying card headers. |
SetCardTemplateContent(Action<CardViewCardTemplateContainer>) |
Allows setting a template for displaying data cards. |
SetCardTemplateContent(String) |
Allows setting a template for displaying data cards. |
SetDataItemTemplateContent(Action<CardViewDataItemTemplateContainer>) |
Allows setting a template for displaying data cells. |
SetDataItemTemplateContent(String) |
Allows setting a template for displaying data cells. |
SetEditFormTemplateContent(Action<CardViewEditFormTemplateContainer>) |
Allows setting a template for displaying an edit form. |
SetEditFormTemplateContent(String) |
Allows setting a template for displaying an edit form. |
SetEditItemTemplateContent(Action<CardViewEditItemTemplateContainer>) |
Allows setting a template for displaying an edit item. |
SetEditItemTemplateContent(String) |
Allows setting a template for displaying an edit item. |
SetGroupRowTemplate(Action<CardViewGroupRowTemplateContainer>) |
Allows setting a template for displaying group rows. |
SetGroupRowTemplate(String) |
Allows setting a template for displaying group rows. |
SetGroupRowTemplateContent(Action<CardViewGroupRowTemplateContainer>) |
Allows setting a template for displaying group rows. |
SetGroupRowTemplateContent(String) |
Allows setting a template for displaying group rows. |
SetHeaderPanelTemplateContent(Action<CardViewHeaderPanelTemplateContainer>) |
Allows setting a template for displaying a header panel. |
SetHeaderPanelTemplateContent(String) |
Allows setting a template for displaying a header panel. |
SetHeaderTemplateContent(Action<CardViewHeaderTemplateContainer>) |
Allows setting a template for displaying column headers. |
SetHeaderTemplateContent(String) |
Allows setting a template for displaying column headers. |
SetPagerBarTemplateContent(Action<CardViewPagerBarTemplateContainer>) |
Allows setting a template for displaying the pager. |
SetPagerBarTemplateContent(String) |
Allows setting a template for displaying the pager. |
SetStatusBarTemplateContent(Action<CardViewStatusBarTemplateContainer>) |
Allows setting a template for displaying the status bar. |
SetStatusBarTemplateContent(String) |
Allows setting a template for displaying the status bar. |
SetTitlePanelTemplateContent(Action<CardViewTitleTemplateContainer>) |
Allows setting a template for displaying the title panel. |
SetTitlePanelTemplateContent(String) |
Allows setting a template for displaying the title panel. |
ToString() |
Returns a string that represents the current object.
(Inherited from Object)
|