Skip to main content

SummaryItemBase.ShowInColumn Property

Gets or sets a column in whose footer the summary will be displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
public string ShowInColumn { get; set; }

#Property Value

Type Description
String

A String value that specifies the column, in whose footer the summary will be displayed, by its field name.

#Remarks

If the ShowInColumn property is not specified, the summary is displayed within the column which is bound to the data field specified by the FieldName property.

See Also