Back to Devexpress

TotalSummaryPosition Enum

wpf-devexpress-dot-xpf-dot-grid-25109714.md

latest1.2 KB
Original Source

TotalSummaryPosition Enum

Lists values that specify the Summary Panel‘s position in a View.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum TotalSummaryPosition
vb
Public Enum TotalSummaryPosition

Members

NameDescription
None

The summary panel is hidden.

| | Top |

The summary panel is displayed at the top of the view.

| | Bottom |

The summary panel is displayed at the bottom of the view.

|

The following properties accept/return TotalSummaryPosition values:

See Also

DevExpress.Xpf.Grid Namespace