Click or drag to resize
KaxTabControlValidationGroup Property

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

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override string ValidationGroup { get; set; }

Property Value

Type: String
The name of the validation group to which this validation control belongs. The default is an empty string (""), which indicates that this property is not set.
Remarks
This property works only when CausesValidation is set to true.
See Also