ToggleVisibilityAttribute Constructor

Specifies that a property should render a toggle switch in the UI that allows the user to disable and/or reset the properties value.

Definition

Namespace: Gemstone.ComponentModel.DataAnnotations
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
public ToggleVisibilityAttribute(
	string label,
	bool triggerValue = false
)

Parameters

label  String

[Missing <param name="label"/> documentation for "M:Gemstone.ComponentModel.DataAnnotations.ToggleVisibilityAttribute.#ctor(System.String,System.Boolean)"]

triggerValue  Boolean  (Optional)

[Missing <param name="triggerValue"/> documentation for "M:Gemstone.ComponentModel.DataAnnotations.ToggleVisibilityAttribute.#ctor(System.String,System.Boolean)"]

See Also