DynamicField::ValidationGroup Property
.NET Framework (current version)
Gets the ValidationGroup object that this DynamicField object is associated with.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property String^ ValidationGroup { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::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.
.NET Framework
Available since 4.0
Available since 4.0
Show: