shouldDisable Property
shouldDisable
Set this callback to indicate when to enable/disable contents. Elements will be disabled when it returns true.
Declaration
public Func<bool> shouldDisable { get; set; }
Property Value
Func<Boolean> |
Loading...