Back to Devexpress

CardViewCustomBindingArgsBase Class

aspnetmvc-devexpress-dot-web-dot-mvc-a074d1ec.md

latest1.8 KB
Original Source

CardViewCustomBindingArgsBase Class

Provides base arguments to implement custom binding method delegates.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CardViewCustomBindingArgsBase :
    EventArgs
vb
Public Class CardViewCustomBindingArgsBase
    Inherits EventArgs

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs CardViewCustomBindingArgsBase CardViewCustomBindingDataArgsBase

CardViewCustomBindingGetDataCardCountArgs

CardViewCustomBindingGetUniqueHeaderFilterValuesArgs

CardViewCustomBindingGetDataArgs

CardViewCustomBindingGetSummaryValuesArgs

See Also

CardViewCustomBindingArgsBase Members

DevExpress.Web.Mvc Namespace