Back to Devexpress

GridSummaryItem.Format Property

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitem-13cb8e43.md

latest1.3 KB
Original Source

GridSummaryItem.Format Property

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

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public IFormatProvider Format { get; set; }
vb
<DefaultValue(Nothing)>
<Browsable(False)>
Public Property Format As IFormatProvider

Property Value

TypeDefaultDescription
IFormatProvidernull

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

|

See Also

GridSummaryItem Class

GridSummaryItem Members

DevExpress.XtraGrid Namespace