Back to Devexpress

GridSummaryItem Constructors

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitem-dot-ctor.md

latest1.7 KB
Original Source

GridSummaryItem Constructors

Represents a footer summary item.

NameParametersDescription
GridSummaryItem()noneCreates a new GridSummaryItem object with default settings.
GridSummaryItem(SummaryItemType, String, String, Object, SummaryMode)summaryType, fieldName, displayFormat, tag, modeInitializes a new instance of the GridSummaryItem class with specified settings.
GridSummaryItem(SummaryItemType, String, String, Object)summaryType, fieldName, displayFormat, tagCreates a new GridSummaryItem object with the predefined summary settings and tag.
GridSummaryItem(SummaryItemType, String, String)summaryType, fieldName, displayFormatCreates a new GridSummaryItem object with the predefined summary settings.

See Also

GridSummaryItem Class

GridSummaryItem Members

DevExpress.XtraGrid Namespace