MVCxGridViewProperties Methods
Contains the properties specific to the GridView that is built in to the ASP.NET MVC GridLookup extension.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