Library Blazor Components Accordion Reference Classes Accordion Properties CanDrag

CanDrag

User can drag the panel by the header. If true, the drag handles will appear.

razor
[Parameter]
public bool CanDrag { get; set; }

Sign in