Table of Contents

Class CardPanelItem

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

Individual page of the CardPanel

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

Fields

DefaultSupressException

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

Properties

Control

Child control.

ControlCreated

Gets whether child control was created.

SupressException

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

Title

Gets page title.

Methods

CreateErrorCard(Exception)

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

Events

PropertyChanged

Occurs when property value changes.