UIControllerBindAllowInsert Method
Sets an expression that will determine the value of the
AllowInsert property.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void BindAllowInsert(
Func<bool> condition
)
Public Sub BindAllowInsert (
condition As Func(Of Boolean)
)
member BindAllowInsert :
condition : Func<bool> -> unit
Parameters
- condition FuncBoolean
- The expression that will determine the value of the AllowInsert property
See the
AllowInsert property for more details
The expression will be evaluated when the value of
AllowInsert property is queried.