Skip to main content

CustomSummaryExistEventArgs.Exists Property

Gets or sets whether the summary value should be calculated and displayed.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public virtual bool Exists { get; set; }

#Property Value

Type Description
Boolean

true to calculate and display the summary value; otherwise, false.

See Also