Click or drag to resize

DataCollectorBase.EnableDisablePropertyFunc 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.6.0.0 (5.6.19.0117)
Syntax
[BrowsableAttribute(false)]
public Action<string, bool> EnableDisablePropertyFunc { get; set; }

Property Value

Type: Action<String, Boolean>
See Also