BaseListControlEnforceDefaultSelection Property

This property is used to set or get the default selection behavior

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public virtual bool EnforceDefaultSelection { get; set; }

Property Value

Boolean
If true (the default), a SelectedIndex of -1 (no selection) is not allowed. Instead, the index specified by the DefaultSelection property is used instead.

See Also