Class
PanelBarExpandEventArgs

Provides event data when a PanelBar item is being expanded by user interaction or programmatic action. Implements "ICancellableEventArgs" allowing you to prevent the expansion by setting "IsCancelled" to true. Use this to implement conditional expansion logic, load additional data, or validate expansion permissions.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

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

Inheritance: objectPanelBarEventArgsBasePanelBarExpandEventArgs

Implements: ICancellableEventArgs

Inherited Members PanelBarEventArgsBase.Item

Constructors

PanelBarExpandEventArgs()

Declaration

cs-api-definition
public PanelBarExpandEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled