Skip to main content

DataViewBase.IsTotalSummaryMenuEnabled Property

Gets or sets whether an end-user can invoke the total summary context menu. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
public bool IsTotalSummaryMenuEnabled { get; set; }

#Property Value

Type Description
Boolean

true to allow an end-user to invoke the total summary context menu; otherwise, false.

See Also