Click or drag to resize
KaxToolBarButtonValidationGroup Property

Gets or sets the name of the validation group to which the KaxToolBarButton 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 string ValidationGroup { get; set; }

Property Value

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

Implements

IKaxToolBarButtonValidationGroup
Remarks
This property works only when CausesValidation is set to true.
See Also