ASP.NET Core MVC コントロールヘルプ
AutoSwitch プロパティ (Accordion)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > Accordion クラス : AutoSwitch プロパティ
Gets or sets a value that determines whether the control should switch panes automatically when the user selects a pane using the arrow keys.
シンタックス
'宣言
 
Public Property AutoSwitch As System.Boolean
public System.bool AutoSwitch {get; set;}
解説
When AutoSwitch is set to true (the default value), pressing the arrow keys automatically switches panes. Pressing the tab key selects the next element in the panes sequence, which excludes non-selected pane headers. When AutoSwitch is set to false, pressing the arrow keys or the tab key moves the focus to the next or previous pane header, but does not switch panes. Pressing the Enter or Space keys is required to activate the pane that has the focus.
参照

Accordion クラス
Accordion メンバ