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

MVCxGridViewProperties Members

Contains the properties specific to the GridView that is built in to the ASP.NET MVC GridLookup extension.

Constructors

Name Description
MVCxGridViewProperties(GridViewSettings) Initializes a new instance of the MVCxGridViewProperties class with the specified GridView settings.

Properties

Name Description
AccessibilityCompliant Manipulates the built-in GridView’s GridSettingsBase.AccessibilityCompliant property.
AutoFilterCellEditorCreate Enables you to assign editors to individual filter row cells.
AutoFilterCellEditorInitialize Enables the cell editors displayed within the auto filter row cells to be initialized.
BeforeColumnSortingGrouping Enables you to perform custom processing before a column is sorted or grouped.
BeforeGetCallbackResult Enables you to perform custom processing after a callback sent by the GridView has been processed on the server, but prior to the time the respective callback result render is formed.
BeforeHeaderFilterFillItems Enables you to provide custom filter items instead of default ones displayed within a header filter.
CallbackRouteValues Manipulates the built-in GridView’s GridSettingsBase.CallbackRouteValues property.
Caption Manipulates the built-in GridView’s GridViewSettings.Caption property.
CellEditorInitialize Enables the cell editors displayed within the edit cells to be initialized.
ClientLayout Enables you to save and restore the previously saved layout of the built-in GridView.
CommandButtonInitialize Enables individual command column buttons to be initialized.
CustomBindingRouteValuesCollection Manipulates the built-in GridView’s GridViewSettings.CustomBindingRouteValuesCollection property.
CustomButtonInitialize Enables you to initialize custom command buttons.
CustomColumnDisplayText Enables custom display text to be provided for any data cell.
CustomColumnGroup Provides the capability to group data using custom rules.
CustomColumnSort Enables you to sort data using custom rules.
CustomDataActionRouteValues Manipulates the built-in GridView’s GridSettingsBase.CustomDataActionRouteValues property.
CustomGroupDisplayText Enables you to provide custom content for group rows.
CustomSummaryCalculate Enables you to calculate summary values manually.
CustomUnboundColumnData Enables data to be supplied to unbound columns.
DataSourceForceStandardPaging This property is not in effect for the MVCxGridViewProperties class.
EditFormLayoutProperties Manipulates the built-in ASPxGridView’s ASPxGridView.EditFormLayoutProperties property.
EnableCallbackAnimation Manipulates the built-in GridView’s GridSettingsBase.EnableCallbackAnimation property.
EnableCallbackCompression Manipulates the built-in GridView’s GridSettingsBase.EnableCallbackCompression property.
EnableCallBacks This property is not in effect for the MVCxGridViewProperties class.
EnablePagingCallbackAnimation Manipulates the built-in GridView’s GridSettingsBase.EnablePagingCallbackAnimation property.
EnablePagingGestures Manipulates the built-in GridView’s GridSettingsBase.EnablePagingGestures property.
EnableRowsCache Manipulates the built-in GridView’s GridViewSettings.EnableRowsCache property.
FilterControlCustomValueDisplayText Enables you to specify the entered filter value’s custom display text to be displayed when the filter control’s condition value editor is inactive.
FilterControlOperationVisibility Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the Filter Control’s operation dropdown menu.
FilterControlParseValue Enables you to process and modify an entered value before it is actually accepted by the filter control.
GroupSummary Manipulates the built-in GridView’s GridViewSettings.GroupSummary property.
HeaderFilterFillItems Enables you to add custom filter items to ones displayed within a header filter.
HtmlCommandCellPrepared Enables the settings of individual command column cells to be changed.
HtmlDataCellPrepared Enables the settings of individual cells to be changed.
HtmlEditFormCreated Enables you to perform custom processing when a table row, which corresponds to the Edit Form, has been created.
HtmlFooterCellPrepared Enables the settings of individual footer cells to be changed.
HtmlRowCreated Enables you to perform custom processing when a table row has been created.
HtmlRowPrepared Enables the settings of individual rows to be changed.
InitNewRow Enables you to initialize added rows.
JSProperties Manipulates the built-in ASPxGridView’s ASPxGridBase.JSProperties property. Inherited from GridViewProperties.
PreviewEncodeHtml This property is not in effect for the MVCxGridViewProperties class.
PreviewFieldName Manipulates the built-in GridView’s GridViewSettings.PreviewFieldName property.
ProcessColumnAutoFilter Enables you to apply custom filter criteria when filter row is in the Auto mode.
ProcessOnClickRowFilter Enables you to apply custom filter criteria when the filter row is in the OnClick mode.
RowValidating Enables you to specify whether row data is valid and whether the row can be updated.
SearchPanelEditorCreate Enables you to replace the default built-in GridView’s search panel editor with custom one.
SearchPanelEditorInitialize Enables you to customize the properties of an editor displayed within the built-in GridView’s search panel.
Settings Manipulates the built-in GridView’s GridViewSettings.Settings property.
SettingsBehavior Manipulates the built-in GridView’s GridViewSettings.SettingsBehavior property.
SettingsCommandButton Manipulates the built-in GridView’s GridViewSettings.SettingsCommandButton property.
SettingsContextMenu Manipulates the built-in GridView’s SettingsContextMenu property.
SettingsCookies Manipulates the built-in GridView’s GridViewSettings.SettingsCookies property.
SettingsCustomizationWindow This property is not in effect for the MVCxGridViewProperties class.
SettingsDataSecurity Manipulates the built-in GridView’s GridViewSettings.SettingsDataSecurity property.
SettingsDetail Manipulates the built-in GridView’s GridViewSettings.SettingsDetail property.
SettingsEditing Manipulates the built-in GridView’s GridViewSettings.SettingsEditing property.
SettingsLoadingPanel Provides access to the loading panel’s settings.
SettingsPager Manipulates the built-in GridView’s GridViewSettings.SettingsPager property.
SettingsPopup Manipulates the built-in GridView’s GridViewSettings.SettingsPopup property.
SettingsResizing Manipulates the built-in grid’s GridViewSettings.SettingsResizing property.
SettingsSearchPanel Manipulates the built-in GridView’s GridViewSettings.SettingsSearchPanel property.
SettingsText Manipulates the built-in GridView’s GridViewSettings.SettingsText property.
SummaryDisplayText Enables custom display text to be provided for any summary value.
SummaryText Manipulates the built-in GridView’s GridViewSettings.SummaryText property.
Templates Manipulates the built-in ASPxGridView’s ASPxGridView.Templates property. Inherited from GridViewProperties.
Toolbars Manipulates the built-in GridView’s GridViewSettings.Toolbars property.
TotalSummary Manipulates the built-in GridView’s GridViewSettings.TotalSummary property.

Methods

Name Description
Assign(GridViewProperties) Copies the settings from the specified GridViewProperties object to the current object. Inherited from GridViewProperties.
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.
SetDataItemTemplateContent(Action<GridViewDataItemTemplateContainer>) Allows you to provide a template to render GridView data cells.
SetDataItemTemplateContent(String) Allows you to provide a template to render GridView data cells.
SetDataRowTemplateContent(Action<GridViewDataRowTemplateContainer>) Allows you to provide a template to render GridView data rows.
SetDataRowTemplateContent(String) Allows you to provide a template to render GridView data rows.
SetDetailRowTemplateContent(Action<GridViewDetailRowTemplateContainer>) Allows you to provide a template to render GridView detail rows.
SetDetailRowTemplateContent(String) Allows you to provide a template to render GridView detail rows.
SetEditFormTemplateContent(Action<GridViewEditFormTemplateContainer>) Allows you to provide a template to render the GridView edit form.
SetEditFormTemplateContent(String) Allows you to provide a template to render the GridView Edit Form.
SetEmptyDataRowTemplateContent(Action<GridViewEmptyDataRowTemplateContainer>) Allows you to provide a template to render the GridView empty data row.
SetEmptyDataRowTemplateContent(String) Allows you to provide a template to render the GridView empty data row.
SetFilterCellTemplateContent(Action<GridViewFilterCellTemplateContainer>) Allows you to provide a template to render a filter row cell.
SetFilterCellTemplateContent(String) Allows you to provide a template to render a filter row cell.
SetFilterRowTemplateContent(Action<GridViewFilterRowTemplateContainer>) Allows you to provide a template to render the GridView filter row.
SetFilterRowTemplateContent(String) Allows you to provide a template to render the GridView filter row.
SetFooterCellTemplateContent(Action<GridViewFooterCellTemplateContainer>) Allows you to provide a template to render GridView footer cells.
SetFooterCellTemplateContent(String) Allows you to provide a template to render GridView footer cells.
SetFooterRowTemplateContent(Action<GridViewFooterRowTemplateContainer>) Allows you to provide a template to render the GridView footer.
SetFooterRowTemplateContent(String) Allows you to provide a template to render the GridView footer.
SetGroupRowContentTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows you to provide a template to render the content of group rows.
SetGroupRowContentTemplateContent(String) Allows you to provide a template to render the content of group rows.
SetGroupRowTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows you to provide a template to render GridView group rows.
SetGroupRowTemplateContent(String) Allows you to provide a template to render GridView group rows.
SetHeaderCaptionTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows you to provide a template to render GridView column header captions.
SetHeaderCaptionTemplateContent(String) Allows you to provide a template to render GridView column header captions.
SetHeaderTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows you to provide a template to render a GridView column header.
SetHeaderTemplateContent(String) Allows you to provide a template to render a GridView column header.
SetPagerBarTemplateContent(Action<GridViewPagerBarTemplateContainer>) Allows you to provide a template to render the GridView pager bar.
SetPagerBarTemplateContent(String) Allows you to provide a template to render the GridView pager bar.
SetPreviewRowTemplateContent(Action<GridViewPreviewRowTemplateContainer>) Allows you to provide a template to render GridView preview rows.
SetPreviewRowTemplateContent(String) Allows you to provide a template to render GridView preview rows.
SetStatusBarTemplateContent(Action<GridViewStatusBarTemplateContainer>) Allows you to provide a template to render the GridView status bar.
SetStatusBarTemplateContent(String) Allows you to provide a template to render the GridView status bar.
SetTitlePanelTemplateContent(Action<GridViewTitleTemplateContainer>) Allows you to provide a template to render the GridView title panel.
SetTitlePanelTemplateContent(String) Allows you to provide a template to render the GridView title panel.
ToString() Returns a string that represents the current object. Inherited from GridViewProperties.
See Also