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

GridViewContextMenuStyles.Footer Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewContextMenuStyle Footer { get; }

Property Value

Type Description
GridViewContextMenuStyle

A GridViewContextMenuStyle object that contains style settings.

Remarks

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

See Also