Class QuickNavigatorSettings
Encapsulates all the settings that control the appearance and behavior of the QuickNavigator for a RadDock.
Inheritance
System.Object
QuickNavigatorSettings
Inherited Members
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()
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class QuickNavigatorSettings : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
Declaration
public QuickNavigatorSettings()
Properties
Gets or sets the spacing between columns in panes lists.
Declaration
public int ColumnSpacing { get; set; }
Property Value
Determines the display position of the QuickNavigator.
Declaration
public QuickNavigatorDisplayPosition DisplayPosition { get; set; }
Property Value
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
Determines whether the Form that hosts the QuickNavigator will drop shadow or not.
Declaration
public bool DropShadow { get; set; }
Property Value
Determines whether the navigator is enabled (displayed when the shortcut combination is triggered).
Declaration
public bool Enabled { get; set; }
Property Value
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
Gets or sets the number of items per column in the dock pane lists.
Declaration
public int ItemsPerColumn { get; set; }
Property Value
Gets or sets the size of a single item in the pane lists.
Declaration
public Size ListItemSize { get; set; }
Property Value
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
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
Gets or sets the minimum size of the Preview element.
Declaration
public Size PreviewSize { get; set; }
Property Value
Determines whether the DocumentWindow list is visible.
Declaration
public bool ShowDocumentPanes { get; set; }
Property Value
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
Extension Methods