[This is preliminary documentation and is subject to change.]
Sets an expression that will determine the value of the AllowBrowse property.
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public void BindAllowBrowse( Func<bool> condition ) |
Visual Basic (Declaration) |
---|
Public Sub BindAllowBrowse ( _ condition As Func(Of Boolean) _ ) |
Visual C++ |
---|
public: void BindAllowBrowse( Func<bool>^ condition ) |
Parameters
- condition
- Type: System..::.Func<(Of <(Boolean>)>)
The expression that will determine the value of the AllowBrowse property
Remarks
See the AllowBrowse property for more details
The expression will be evaluated when the value of AllowBrowse property is queried.
The expression will be evaluated when the value of AllowBrowse property is queried.