'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;}