Skip to main content

GridGroupSummaryItem.GetDefaultDisplayFormat() Method

Returns the default display format for the group summary item.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override string GetDefaultDisplayFormat()

Returns

Type Description
String

A string that specifies the default display format for the group summary item.

Remarks

If you don’t specify the GridSummaryItem.DisplayFormat property for the group summary item, this summary is displayed using default formatting, which can be obtained by calling the GetDefaultDisplayFormat method.

See Also