DataListSwitchSectionShortcut Property
This is used to set or get the shortcut key to use for jumping between the header, detail, and footer
sections of the control.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Shortcut SwitchSectionShortcut { get; set; }
Public Property SwitchSectionShortcut As Shortcut
Get
Set
public:
property Shortcut SwitchSectionShortcut {
Shortcut get ();
void set (Shortcut value);
}
member SwitchSectionShortcut : Shortcut with get, set
Property Value
Shortcut The default is F6. It is ignored if no header and footer are specified. A section
will still be given the focus even if there are no controls within it that will accept the focus.