Skip to main content

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