SummaryItemBase.DisplayFormat Property
In This Article
Gets or sets the pattern used to format the summary value. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the pattern used to format the summary value. |
#Remarks
Example:
<dxg:GridSummaryItem DisplayFormat="Max: {0:c2}" FieldName="UnitPrice" SummaryType="Max" />
#Implements
DevExpress.Data.Summary.ISummaryItem.DisplayFormat
See Also