Back to Devexpress

ASPxVerticalGrid.SummaryDisplayText Event

aspnet-devexpress-dot-web-dot-aspxverticalgrid-4868abea.md

latest2.5 KB
Original Source

ASPxVerticalGrid.SummaryDisplayText Event

Enables custom display text to be provided for any summary value.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxVerticalGridSummaryDisplayTextEventHandler SummaryDisplayText
vb
Public Event SummaryDisplayText As ASPxVerticalGridSummaryDisplayTextEventHandler

Event Data

The SummaryDisplayText event's data class is ASPxVerticalGridSummaryDisplayTextEventArgs. The following properties provide information specific to this event:

PropertyDescription
EncodeHtmlGets or sets a value that specifies whether the summary display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. Inherited from ASPxGridSummaryDisplayTextEventArgs.
ItemGets a summary item whose value is being processed.
TextGets or sets the display text for the summary value currently being processed. Inherited from ASPxGridSummaryDisplayTextEventArgs.
ValueGets the processed summary value. Inherited from ASPxGridSummaryDisplayTextEventArgs.

Remarks

Initially, the event parameter’s ASPxGridSummaryDisplayTextEventArgs.Text property contains the text currently displayed in the summary panel. To provide custom text, assign it to this property.

See Also

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace