Skip to main content

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