'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the axis paging view.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NAxisPagingViewTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property PagingView As NAxisPagingView
'Usage
Dim instance As NAxis Dim value As NAxisPagingView instance.PagingView = value value = instance.PagingView
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the axis paging view.")] [System.ComponentModel.Editor(Nevron.Editors.NAxisPagingViewTypeEditor, System.Drawing.Design.UITypeEditor)] public NAxisPagingView PagingView {get; set;}