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.v21.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to ContextMenuSummaryAverage
ASPxGridView
.SettingsText .ContextMenuSummaryAverage
GridViewProperties
.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