Back to Devexpress

ColumnBase.TotalSummaryTextInfo Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-0cc1fd90.md

latest1.1 KB
Original Source

ColumnBase.TotalSummaryTextInfo Property

Gets the text information for the column’s total summary.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public InlineCollectionInfo TotalSummaryTextInfo { get; }
vb
Public ReadOnly Property TotalSummaryTextInfo As InlineCollectionInfo

Property Value

TypeDescription
DevExpress.Xpf.Grid.InlineCollectionInfo

A DevExpress.Xpf.Grid.InlineCollectionInfo object that is the text information of column’s summary.

|

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace