Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
string ValidationGroup { 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