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

GridViewSettings<RowType> 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.
KeyFields<ValueType>(Expression<Func<RowType, ValueType>>[]) Allows defining the key fields.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PreviewField<ValueType>(Expression<Func<RowType, ValueType>>) Allows defining the preview field.
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. Inherited from GridViewSettings.
SetDataItemTemplateContent(String) Allows setting a template for displaying data cells. Inherited from GridViewSettings.
SetDataRowTemplateContent(Action<GridViewDataRowTemplateContainer>) Allows setting a template for displaying data rows. Inherited from GridViewSettings.
SetDataRowTemplateContent(String) Allows setting a template for displaying data rows. Inherited from GridViewSettings.
SetDetailRowTemplateContent(Action<GridViewDetailRowTemplateContainer>) Allows setting a template for displaying detail rows. Inherited from GridViewSettings.
SetDetailRowTemplateContent(String) Allows setting a template for displaying detail rows. Inherited from GridViewSettings.
SetEditFormTemplateContent(Action<GridViewEditFormTemplateContainer>) Allows setting a template for displaying an edit form. Inherited from GridViewSettings.
SetEditFormTemplateContent(String) Allows setting a template for displaying an edit form. Inherited from GridViewSettings.
SetEmptyDataRowTemplateContent(Action<GridViewEmptyDataRowTemplateContainer>) Allows setting a template for displaying the empty data row. Inherited from GridViewSettings.
SetEmptyDataRowTemplateContent(String) Allows setting a template for displaying the empty data row. Inherited from GridViewSettings.
SetFilterCellTemplateContent(Action<GridViewFilterCellTemplateContainer>) Allows setting a template for displaying a filter cell. Inherited from GridViewSettings.
SetFilterCellTemplateContent(String) Allows setting a template for displaying a filter cell. Inherited from GridViewSettings.
SetFilterRowTemplateContent(Action<GridViewFilterRowTemplateContainer>) Allows setting a template for displaying a filter row. Inherited from GridViewSettings.
SetFilterRowTemplateContent(String) Allows setting a template for displaying a filter row. Inherited from GridViewSettings.
SetFooterCellTemplateContent(Action<GridViewFooterCellTemplateContainer>) Allows setting a template for displaying footer cells. Inherited from GridViewSettings.
SetFooterCellTemplateContent(String) Allows setting a template for displaying footer cells. Inherited from GridViewSettings.
SetFooterRowTemplateContent(Action<GridViewFooterRowTemplateContainer>) Allows setting a template for displaying the footer. Inherited from GridViewSettings.
SetFooterRowTemplateContent(String) Allows setting a template for displaying the footer. Inherited from GridViewSettings.
SetGroupFooterCellTemplateContent(Action<GridViewGroupFooterCellTemplateContainer>) Allows you to provide a template to render group footer cells. Inherited from GridViewSettings.
SetGroupFooterCellTemplateContent(String) Allows you to provide a template to render group footer cells. Inherited from GridViewSettings.
SetGroupFooterRowTemplateContent(Action<GridViewGroupFooterRowTemplateContainer>) Allows you to provide a template to render a group footer row. Inherited from GridViewSettings.
SetGroupFooterRowTemplateContent(String) Allows you to provide a template to render a group footer row. Inherited from GridViewSettings.
SetGroupRowContentTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows setting a template for displaying the content of group rows. Inherited from GridViewSettings.
SetGroupRowContentTemplateContent(String) Allows setting a template for displaying the content of group rows. Inherited from GridViewSettings.
SetGroupRowTemplateContent(Action<GridViewGroupRowTemplateContainer>) Allows setting a template for displaying group rows. Inherited from GridViewSettings.
SetGroupRowTemplateContent(String) Allows setting a template for displaying group rows. Inherited from GridViewSettings.
SetHeaderCaptionTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows setting a template for displaying column header captions. Inherited from GridViewSettings.
SetHeaderCaptionTemplateContent(String) Allows setting a template for displaying column header captions. Inherited from GridViewSettings.
SetHeaderTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows setting a template for displaying column headers. Inherited from GridViewSettings.
SetHeaderTemplateContent(String) Allows setting a template for displaying column headers. Inherited from GridViewSettings.
SetPagerBarTemplateContent(Action<GridViewPagerBarTemplateContainer>) Allows setting a template for displaying the pager. Inherited from GridViewSettings.
SetPagerBarTemplateContent(String) Allows setting a template for displaying the pager. Inherited from GridViewSettings.
SetPreviewRowTemplateContent(Action<GridViewPreviewRowTemplateContainer>) Allows setting a template for displaying preview rows. Inherited from GridViewSettings.
SetPreviewRowTemplateContent(String) Allows setting a template for displaying preview rows. Inherited from GridViewSettings.
SetStatusBarTemplateContent(Action<GridViewStatusBarTemplateContainer>) Allows setting a template for displaying the status bar. Inherited from GridViewSettings.
SetStatusBarTemplateContent(String) Allows setting a template for displaying the status bar. Inherited from GridViewSettings.
SetTitlePanelTemplateContent(Action<GridViewTitleTemplateContainer>) Allows setting a template for displaying the title panel. Inherited from GridViewSettings.
SetTitlePanelTemplateContent(String) Allows setting a template for displaying the title panel. Inherited from GridViewSettings.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also