DataCollectorBaseEnableDisablePropertyFunc Property  | 
 
            Gets or sets the enable disable property function. This function is called (if not null) with the name
            of the property (first argument) to disable/enable (second argument) in a bound control.
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.4.0.0 (5.4.0)
Syntax[BrowsableAttribute(false)]
public Action<string, bool> EnableDisablePropertyFunc { get; set; }<BrowsableAttribute(false)>
Public Property EnableDisablePropertyFunc As Action(Of String, Boolean)
	Get
	Set
Property Value
Type: 
ActionString, 
Boolean
See Also