Class PanelBarExpandEventArgs
The class that describes the event arguments of the OnExpand event of the PanelBar.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PanelBarExpandEventArgs : PanelBarEventArgsBase, ICancellableEventArgs
Constructors
PanelBarExpandEventArgs()
Declaration
public PanelBarExpandEventArgs()
Properties
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|