Table of Contents

Class CardPanelItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Individual page of the CardPanel

public class CardPanelItem : BaseControlItem, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject, INotifyPropertyChanged
Inheritance
CardPanelItem
Implements

Fields

DefaultSuppressException

Gets or sets default value for the SuppressException. It is used if SuppressException is Null.

Properties

Control

Child control.

ControlCreated

Gets whether child control was created.

SuppressException

Gets or sets whether to suppress exception when card is created. In case when exception is suppressed, a card with error is created and shown instead of the card. Default is Null and DefaultSuppressException is used.

Title

Gets page title.

Methods

CreateErrorCard(Exception)

Creates card with the error to show instead of not loaded card.