Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
[BrowsableAttribute(false)]
public Action<string, bool> EnableDisablePropertyFunc { get; set; }

Property Value

Type: ActionString, Boolean
See Also