Back to Devexpress

BootstrapCardViewSummaryDisplayTextEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-a6f0bd50.md

latest2.4 KB
Original Source

BootstrapCardViewSummaryDisplayTextEventArgs Class

Provides data for the BootstrapCardView.SummaryDisplayText event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewSummaryDisplayTextEventArgs :
    ASPxCardViewSummaryDisplayTextEventArgs
vb
Public Class BootstrapCardViewSummaryDisplayTextEventArgs
    Inherits ASPxCardViewSummaryDisplayTextEventArgs

BootstrapCardViewSummaryDisplayTextEventArgs is the data class for the following events:

Remarks

The BootstrapCardView.SummaryDisplayText event enables custom display text to be provided for any summary value.

The processed summary value is returned by the ASPxGridSummaryDisplayTextEventArgs.Value property.

The ASPxGridSummaryDisplayTextEventArgs.Text property specifies the summary value’s display text.

Inheritance

Object EventArgs ASPxGridSummaryDisplayTextEventArgs ASPxCardViewSummaryDisplayTextEventArgs BootstrapCardViewSummaryDisplayTextEventArgs

See Also

BootstrapCardViewSummaryDisplayTextEventArgs Members

SummaryDisplayText

Card View

DevExpress.Web.Bootstrap Namespace