CardViewExtension<CardType> Constructors
Represents an extension object implementing the CardView functionality.Name | Parameters | Description |
---|---|---|
CardViewExtension(CardViewSettings<CardType>, ViewContext) | settings, viewContext | Initializes a new instance of the CardViewExtension<CardType> class with the specified settings and provides the context information about the view. |
CardViewExtension(CardViewSettings<CardType>) | settings | Initializes a new instance of the CardViewExtension<CardType> class with the specified settings. |
See Also