Back to Devexpress

GridColumn.AllowSummaryMenu Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-cb0e9267.md

latest1.7 KB
Original Source

GridColumn.AllowSummaryMenu Property

Gets or sets whether all supported summaries or only the Count summary are enabled in the column’s footer context menu.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Data")]
[XtraSerializableProperty]
public bool AllowSummaryMenu { get; set; }
vb
<Browsable(False)>
<DefaultValue(True)>
<DXCategory("Data")>
<XtraSerializableProperty>
Public Property AllowSummaryMenu As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if all supported summaries are enabled in the column’s footer context menu; false if only the Count summary is enabled.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.XtraGrid.Columns Namespace