GridSummaryItem.Format Property
In This Article
Gets or sets the IFormatProvider object which specifies how values should be formatted.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public IFormatProvider Format { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
IFormat |
null | The IFormat |
See Also