IKaxToolBarButtonValidationGroup Property |
Gets or sets the name for the group of controls for which the button control
causes validation when it posts back to the server.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax string ValidationGroup { get; set; }
Property ValidationGroup As String
Get
Set
property String^ ValidationGroup {
String^ get ();
void set (String^ value);
}
abstract ValidationGroup : string with get, set
Property Value
Type:
String
The name for the group of controls for which the button control causes validation
when it posts back to the server.
See Also