Skip to main content
Tab

GridViewContextMenuStyles.GroupFooter Property

Gets the style settings defining the appearance of the group footer context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuStyle GroupFooter { get; }

Property Value

Type Description
GridViewContextMenuStyle

A GridViewContextMenuStyle object that contains style settings.

Remarks

The GroupFooter property provides access to style settings that define the appearance style of the group footer context menu. To specify common style settings for all context menu types, use the GridViewContextMenuStyles.Common property.

See Also