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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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