ClassQuickNavigatorSettings
Encapsulates all the settings that control the appearance and behavior of the QuickNavigator for a RadDock.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class QuickNavigatorSettings : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectQuickNavigatorSettings
Implements:
Inherited Members
Constructors
QuickNavigatorSettings()
Default constructor.
Declaration
public QuickNavigatorSettings()
Properties
ColumnSpacing
Gets or sets the spacing between columns in panes lists.
DisplayPosition
Determines the display position of the QuickNavigator.
Declaration
public QuickNavigatorDisplayPosition DisplayPosition { get; set; }
Property Value
DocumentPaneColumns
Determines the number of columns in the DocumentWindow list. Defaults to zero which specifies that the number of columns is automatically calculated.
DocumentPaneListHeader
Gets or sets the text for the header of the DocumentWindow list.
Declaration
public string DocumentPaneListHeader { get; set; }
Property Value
DropShadow
Determines whether the Form that hosts the QuickNavigator will drop shadow or not.
Enabled
Determines whether the navigator is enabled (displayed when the shortcut combination is triggered).
FooterPadding
Gets or sets the padding to be applied on the footer part of the navigator.
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.
HeaderPadding
Gets or sets the padding to be applied on the header part of the navigator.
ItemsPerColumn
Gets or sets the number of items per column in the dock pane lists.
ListItemSize
Gets or sets the size of a single item in the pane lists.
ListItemType
Gets or sets the Type used to create items in the QuickNavigator's lists. This should be a valid QuickNavigatorListItem assignable type.
Declaration
[Browsable(false)]
public Type ListItemType { get; set; }
Property Value
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.
PreviewSize
Gets or sets the minimum size of the Preview element.
ShowDocumentPanes
Determines whether the DocumentWindow list is visible.
ShowFooter
Determines whether the footer area of the QuickNavigator is visible.
ShowHeader
Determines whether the header area of the QuickNavigator is visible.
ShowPreview
Determines whether the Preview element is visible. The Preview displays a snapshot of the selected DockWindow in either of the QuickNavigator's lists.
ShowToolPanes
Determines whether the ToolWindow list is visible.
ToolPaneColumns
Determines the number of columns in the ToolWindow list. Defaults to zero which specifies that the number of columns is automatically calculated.
ToolPaneListHeader
Gets or sets the text for the header of the ToolWindow list.