ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Tabs Namespace / C1Tabs Class / ValidationGroup Property

In This Topic
    ValidationGroup Property (C1Tabs)
    In This Topic
    Gets or sets the group of controls for which the tab causes validation when it posts back to the server.
    Syntax
    'Declaration
     
    Public Property ValidationGroup As System.String
    public System.string ValidationGroup {get; set;}
    See Also