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.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Shortcut SwitchSectionShortcut { get; set; }

Property Value

Shortcut

Remarks

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.

See Also