Nevron .NET Vision
Nevron.Chart Namespace / NAxisPagingView Class / ResetMode Property


In This Topic
    ResetMode Property
    In This Topic
    Gets or sets the paging view reset mode
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the paging view reset mode")>
    Public Property ResetMode As PagingViewResetMode
    'Usage
     
    
    Dim instance As NAxisPagingView
    Dim value As PagingViewResetMode
     
    instance.ResetMode = value
     
    value = instance.ResetMode
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the paging view reset mode")]
    public PagingViewResetMode ResetMode {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