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

GridViewSettings Methods

Contains the GridView extension settings.
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.
SetDataItemTemplateContent(Action<GridViewDataItemTemplateContainer>) Allows setting a template for displaying data cells.
SetDataItemTemplateContent(String) Allows setting a template for displaying data cells.
SetDataRowTemplateContent(Action<GridViewDataRowTemplateContainer>) Allows setting a template for displaying data rows.
SetDataRowTemplateContent(String) Allows setting a template for displaying data rows.
SetDetailRowTemplateContent(Action<GridViewDetailRowTemplateContainer>) Allows setting a template for displaying detail rows.
SetDetailRowTemplateContent(String) Allows setting a template for displaying detail rows.
SetEditFormTemplateContent(Action<GridViewEditFormTemplateContainer>) Allows setting a template for displaying an edit form.
SetEditFormTemplateContent(String) Allows setting a template for displaying an edit form.
SetEmptyDataRowTemplateContent(Action<GridViewEmptyDataRowTemplateContainer>) Allows setting a template for displaying the empty data row.
SetEmptyDataRowTemplateContent(String) Allows setting a template for displaying the empty data row.
SetFilterCellTemplateContent(Action<GridViewFilterCellTemplateContainer>) Allows setting a template for displaying a filter cell.
SetFilterCellTemplateContent(String) Allows setting a template for displaying a filter cell.
SetFilterRowTemplateContent(Action<GridViewFilterRowTemplateContainer>) Allows setting a template for displaying a filter row.
SetFilterRowTemplateContent(String) Allows setting a template for displaying a filter row.
SetFooterCellTemplateContent(Action<GridViewFooterCellTemplateContainer>) Allows setting a template for displaying footer cells.
SetFooterCellTemplateContent(String) Allows setting a template for displaying footer cells.
SetFooterRowTemplateContent(Action<GridViewFooterRowTemplateContainer>) Allows setting a template for displaying the footer.
SetFooterRowTemplateContent(String) Allows setting a template for displaying the footer.
SetGroupFooterCellTemplateContent(Action<GridViewGroupFooterCellTemplateContainer>) Allows you to provide a template to render group footer cells.
SetGroupFooterCellTemplateContent(String) Allows you to provide a template to render group footer cells.
SetGroupFooterRowTemplateContent(Action<GridViewGroupFooterRowTemplateContainer>) Allows you to provide a template to render a group footer row.
SetGroupFooterRowTemplateContent(String) Allows you to provide a template to render a group footer row.
SetGroupRowContentTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows setting a template for displaying the content of group rows.
SetGroupRowContentTemplateContent(String) Allows setting a template for displaying the content of group rows.
SetGroupRowTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows setting a template for displaying group rows.
SetGroupRowTemplateContent(String) Allows setting a template for displaying group rows.
SetHeaderCaptionTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows setting a template for displaying column header captions.
SetHeaderCaptionTemplateContent(String) Allows setting a template for displaying column header captions.
SetHeaderTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows setting a template for displaying column headers.
SetHeaderTemplateContent(String) Allows setting a template for displaying column headers.
SetPagerBarTemplateContent(Action<GridViewPagerBarTemplateContainer>) Allows setting a template for displaying the pager.
SetPagerBarTemplateContent(String) Allows setting a template for displaying the pager.
SetPreviewRowTemplateContent(Action<GridViewPreviewRowTemplateContainer>) Allows setting a template for displaying preview rows.
SetPreviewRowTemplateContent(String) Allows setting a template for displaying preview rows.
SetStatusBarTemplateContent(Action<GridViewStatusBarTemplateContainer>) Allows setting a template for displaying the status bar.
SetStatusBarTemplateContent(String) Allows setting a template for displaying the status bar.
SetTitlePanelTemplateContent(Action<GridViewTitleTemplateContainer>) 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.
See Also