Back to Devexpress

GridCustomizeSummaryDisplayTextEventArgs.DisplayText Property

blazor-devexpress-dot-blazor-dot-gridcustomizesummarydisplaytexteventargs-93070f6f.md

latest1.2 KB
Original Source

GridCustomizeSummaryDisplayTextEventArgs.DisplayText Property

Specifies a summary’s display text.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public string DisplayText { get; set; }

Property Value

TypeDescription
String

The display text.

|

Remarks

Use the {0} placeholder to add the summary value to the summary text.

Refer to the GridCustomizeSummaryDisplayTextEventArgs class description for additional information and an example.

See Also

GridCustomizeSummaryDisplayTextEventArgs Class

GridCustomizeSummaryDisplayTextEventArgs Members

DevExpress.Blazor Namespace