DataListSelect(Boolean, Boolean) Method

This is overridden to ensure that the current row regains the focus when tabbing into the control

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void Select(
	bool directed,
	bool forward
)

Parameters

directed  Boolean
True to specify the direction of the control to select, false if not.
forward  Boolean
The direction of the selection. True for forward, false for backwards.

See Also