TextBoxValidationDisplayText Property

Gets or sets the string that is displayed when the control does not have focus.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public string DisplayText { get; set; }

Property Value

String

Remarks

When the validation mode is set to Resource, this property allows you to provide the translated text that is displayed in the text box.

See Also