skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class QuickNavigatorSettings

Encapsulates all the settings that control the appearance and behavior of the QuickNavigator for a RadDock.

Inheritance
System.Object
RadDockObject
QuickNavigatorSettings
Inherited Members
RadDockObject.Dispose()
RadDockObject.Dispose(Boolean)
RadDockObject.DisposeManagedResources()
RadDockObject.DisposeUnmanagedResources()
RadDockObject.OnPropertyChanging(String)
RadDockObject.OnPropertyChanged(String)
RadDockObject.ShouldSerializeProperty(String)
RadDockObject.Events
RadDockObject.Disposing
RadDockObject.IsDisposed
RadDockObject.Disposed
RadDockObject.PropertyChanging
RadDockObject.PropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll

Syntax

public class QuickNavigatorSettings : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx

Constructors

QuickNavigatorSettings()

Default constructor.

Declaration
public QuickNavigatorSettings()

Properties

ColumnSpacing

Gets or sets the spacing between columns in panes lists.

Declaration
public int ColumnSpacing { get; set; }
Property Value
System.Int32

DisplayPosition

Determines the display position of the QuickNavigator.

Declaration
public QuickNavigatorDisplayPosition DisplayPosition { get; set; }
Property Value
QuickNavigatorDisplayPosition

DocumentPaneColumns

Determines the number of columns in the DocumentWindow list. Defaults to zero which specifies that the number of columns is automatically calculated.

Declaration
public int DocumentPaneColumns { get; set; }
Property Value
System.Int32

DocumentPaneListHeader

Gets or sets the text for the header of the DocumentWindow list.

Declaration
public string DocumentPaneListHeader { get; set; }
Property Value
System.String

DropShadow

Determines whether the Form that hosts the QuickNavigator will drop shadow or not.

Declaration
public bool DropShadow { get; set; }
Property Value
System.Boolean

Enabled

Determines whether the navigator is enabled (displayed when the shortcut combination is triggered).

Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean

FooterPadding

Gets or sets the padding to be applied on the footer part of the navigator.

Declaration
public Padding FooterPadding { get; set; }
Property Value
System.Windows.Forms.Padding

ForceSnapshot

Gets or sets a value indicating whether the QuickNavigator will try to update the selected DockWindow's bounds, so that a preview snapshot may be taken.

Declaration
public bool ForceSnapshot { get; set; }
Property Value
System.Boolean

HeaderPadding

Gets or sets the padding to be applied on the header part of the navigator.

Declaration
public Padding HeaderPadding { get; set; }
Property Value
System.Windows.Forms.Padding

ItemsPerColumn

Gets or sets the number of items per column in the dock pane lists.

Declaration
public int ItemsPerColumn { get; set; }
Property Value
System.Int32

ListItemSize

Gets or sets the size of a single item in the pane lists.

Declaration
public Size ListItemSize { get; set; }
Property Value
System.Drawing.Size

ListItemType

Gets or sets the Type used to create items in the QuickNavigator's lists. This should be a valid QuickNavigatorListItem assignable type.

Declaration
public Type ListItemType { get; set; }
Property Value
System.Type

MaxSize

Gets or sets the maximum size the navigator will occupy on the screen. Defaults to the screen bounds and will always be truncated to that value if the provided custom size exceeds screen's bounds.

Declaration
public Size MaxSize { get; set; }
Property Value
System.Drawing.Size

PreviewSize

Gets or sets the minimum size of the Preview element.

Declaration
public Size PreviewSize { get; set; }
Property Value
System.Drawing.Size

ShowDocumentPanes

Determines whether the DocumentWindow list is visible.

Declaration
public bool ShowDocumentPanes { get; set; }
Property Value
System.Boolean

ShowFooter

Determines whether the footer area of the QuickNavigator is visible.

Declaration
public bool ShowFooter { get; set; }
Property Value
System.Boolean

ShowHeader

Determines whether the header area of the QuickNavigator is visible.

Declaration
public bool ShowHeader { get; set; }
Property Value
System.Boolean

ShowPreview

Determines whether the Preview element is visible. The Preview displays a snapshot of the selected DockWindow in either of the QuickNavigator's lists.

Declaration
public bool ShowPreview { get; set; }
Property Value
System.Boolean

ShowToolPanes

Determines whether the ToolWindow list is visible.

Declaration
public bool ShowToolPanes { get; set; }
Property Value
System.Boolean

ToolPaneColumns

Determines the number of columns in the ToolWindow list. Defaults to zero which specifies that the number of columns is automatically calculated.

Declaration
public int ToolPaneColumns { get; set; }
Property Value
System.Int32

ToolPaneListHeader

Gets or sets the text for the header of the ToolWindow list.

Declaration
public string ToolPaneListHeader { get; set; }
Property Value
System.String

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.