DropDown.AllowReselectValue Property

GeonBit.UI

DropDownAllowReselectValue Property
If true and user clicks on the item currently selected item, it will still invoke value change event as if a new value was selected.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool AllowReselectValue { get; set; }

Property Value

Type: Boolean
See Also