TechTalk Genome v4.2

GenomeReferenceField.ValidationGroup Property

Gets or sets the name of the validation group to which the validation of this field belongs.

[WebExtensionDescription(Description="The group to which the validator belongs.")]
[DefaultValue()]
public string ValidationGroup {get; set;}

Property Value

The name of the validation group to which the validation of this control belongs. The default is an empty string (""), which indicates that this property is not set.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

GenomeReferenceField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace