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

ASPxGridViewTextSettings.ContextMenuSummaryAverage Property

Gets or sets the text of the Average item displayed within the footer context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string ContextMenuSummaryAverage { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the item text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ContextMenuSummaryAverage
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsText.ContextMenuSummaryAverage
GridViewProperties
.SettingsText.ContextMenuSummaryAverage
GridViewSettings
.SettingsText.ContextMenuSummaryAverage
GridViewSettings<RowType>
.SettingsText.ContextMenuSummaryAverage
MVCxGridView
.SettingsText.ContextMenuSummaryAverage
MVCxGridViewProperties
.SettingsText.ContextMenuSummaryAverage
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsText.ContextMenuSummaryAverage

Remarks

Use the ContextMenuSummaryAverage property to specify the text of the default context menu item Average. You can set the item image using the GridViewImages.ContextMenuSummaryAverage property. The item visibility in the context menu is controlled by the GridViewFooterMenuItemVisibility.SummaryAverage property.

See Also