ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / ValidateFileEventArgs Class / IsValid Property

In This Topic
    IsValid Property (ValidateFileEventArgs)
    In This Topic
    Gets or sets whether the specified C1FileInfo passed validation.
    Syntax
    'Declaration
     
    Public Property IsValid As System.Boolean
    public System.bool IsValid {get; set;}
    See Also