Back to Devexpress

CardViewCustomBindingGetDataArgs Class

aspnetmvc-devexpress-dot-web-dot-mvc-51032b45.md

latest1.6 KB
Original Source

CardViewCustomBindingGetDataArgs Class

Provides arguments to implement a method delegate of the CardViewCustomBindingGetDataHandler type.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CardViewCustomBindingGetDataArgs :
    CardViewCustomBindingDataArgsBase
vb
Public Class CardViewCustomBindingGetDataArgs
    Inherits CardViewCustomBindingDataArgsBase

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

Inheritance

Object EventArgs CardViewCustomBindingArgsBase CardViewCustomBindingDataArgsBase CardViewCustomBindingGetDataArgs

See Also

CardViewCustomBindingGetDataArgs Members

DevExpress.Web.Mvc Namespace