Back to Devexpress

GridOptionsMenu.EnableFooterMenu Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsmenu-9fcc08a9.md

latest2.3 KB
Original Source

GridOptionsMenu.EnableFooterMenu Property

Gets or sets whether end-users can invoke footer context menus.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool EnableFooterMenu { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property EnableFooterMenu As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if end-users can click the view footer and group footers to invoke their context menus; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableFooterMenu
GridView

.OptionsMenu .EnableFooterMenu

|

See Also

Footer Cell

Footer Context Menu

GridOptionsMenu Class

GridOptionsMenu Members

DevExpress.XtraGrid.Views.Grid Namespace