Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartControl Class / ValidateRequestMode Property


In This Topic
    ValidateRequestMode Property (NChartControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <WebCategoryAttribute("Behavior")>
    <WebSysDescriptionAttribute("Control_ValidateRequestMode")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property ValidateRequestMode As System.Web.UI.ValidateRequestMode
    'Usage
     
    
    Dim instance As NChartControl
    Dim value As System.Web.UI.ValidateRequestMode
     
    instance.ValidateRequestMode = value
     
    value = instance.ValidateRequestMode
    [WebCategory("Behavior")]
    [WebSysDescription("Control_ValidateRequestMode")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual System.Web.UI.ValidateRequestMode ValidateRequestMode {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also