Click or drag to resize

BndLkupBClearButtonShow Property

Gets/sets whether the control's ClearButton should be forced to be shown rather than leaving the decision up to the control based on the lock state of its constituent elements. See also ClearButtonHide.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool ClearButtonShow { get; set; }

Property Value

Type: Boolean

Implements

IBndLkupClearButtonShow
See Also