Skip to main content
A newer version of this page is available. .

GridSummaryItem.Format Property

Gets or sets the IFormatProvider object which specifies how values should be formatted.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
public IFormatProvider Format { get; set; }

Property Value

Type Default Description
IFormatProvider *null*

The IFormatProvider object, which specifies how values should be formatted.

See Also