Click or drag to resize

IBndLkupShowLockedButtons Property

Gets/sets whether the lookup button and clear button should be shown even when locked. Normally BndLkup buttons are hidden when locked, however, if the locked/unlocked state of the control is going to be toggled in script then it is generally better to show the buttons even when locked.

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

Property Value

Type: Boolean
See Also