KaxTabControlValidationGroup Property |
Gets or sets the name of the validation group to which this validation
control belongs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override string ValidationGroup { get; set; }
Public Overrides Property ValidationGroup As String
Get
Set
public:
virtual property String^ ValidationGroup {
String^ get () override;
void set (String^ value) override;
}
abstract ValidationGroup : string with get, set
override ValidationGroup : string with 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
See Also