Constructor EnabledPropertyAttribute
EnabledPropertyAttribute(string, string)
Constructor
Declaration
public EnabledPropertyAttribute(string enabledProperty = "Enabled", string toggleText = "")
Parameters
Type | Name | Description |
---|---|---|
string | enabledProperty | The name of the field controlling the enabled state |
string | toggleText | Text to display to the right of the toggle button |