Back to Devexpress

GridColumnSummaryItem Methods

windowsforms-devexpress-dot-xtragrid-dot-gridcolumnsummaryitem-dot-underscore-methods.md

latest4.7 KB
Original Source

GridColumnSummaryItem Methods

A column’s total summary item.

NameDescription
Assign(GridSummaryItem)Copies settings from the summary item object specified as the parameter. Inherited from GridSummaryItem.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetDefaultDisplayFormat()Returns the default display format for a column’s summary item.
GetDisplayFormatByType(SummaryItemType, Boolean)Returns the default format string for the specified summary type. Inherited from GridSummaryItem.
GetDisplayText(Object, Boolean)Formats the specified value using the summary item’s format settings. Inherited from GridSummaryItem.
GetFormatDisplayText(String, Object)Returns the value formatted according to the specified format string. Inherited from GridSummaryItem.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IsEquals(GridSummaryItem)Indicates whether the specified summary item has the same settings as the current one. Inherited from GridSummaryItem.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetSummary(SummaryItemType, String, IFormatProvider, SummaryMode)Specifies the type, display format, format provider, and summary mode of the summary item. Inherited from GridSummaryItem.
SetSummary(SummaryItemType, String)Specifies the type and display format of the summary item. Inherited from GridSummaryItem.
ToString()Gets the object’s text representation. Inherited from GridSummaryItem.

See Also

GridColumnSummaryItem Class

GridColumnSummaryItem Members

DevExpress.XtraGrid Namespace