Class
PanelBarCollapseEventArgs

Provides event data when a PanelBar item is being collapsed by user interaction or programmatic action. Implements "ICancellableEventArgs" allowing you to prevent the collapse by setting "IsCancelled" to true. Use this to implement conditional collapse logic, save state, or validate collapse permissions before hiding content.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PanelBarCollapseEventArgs : PanelBarEventArgsBase, ICancellableEventArgs

Inheritance: objectPanelBarEventArgsBasePanelBarCollapseEventArgs

Implements: ICancellableEventArgs

Inherited Members PanelBarEventArgsBase.Item

Constructors

PanelBarCollapseEventArgs()

Declaration

cs-api-definition
public PanelBarCollapseEventArgs()

Properties

IsCancelled

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled