BootstrapCardViewSummaryDisplayTextEventArgs Class
Provides data for the BootstrapCardView.SummaryDisplayText event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public class BootstrapCardViewSummaryDisplayTextEventArgs :
ASPxCardViewSummaryDisplayTextEventArgs
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