Describes a Dock Manager component.
InheritanceSystem.Object
IgbDockManager
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbDockManager : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors IgbDockManager() Declaration Properties ActivePane
Gets/sets the active pane of the Dock Manager.
Declarationpublic IgbContentPane ActivePane { get; set; }
Property Value AllowFloatingPanesResize
Determines whether the end user is allowed to resize floating panes. Defaults to true.
Declarationpublic bool AllowFloatingPanesResize { get; set; }
Property Value Type Description System.Boolean AllowInnerDock Declaration
public bool AllowInnerDock { get; set; }
Property Value Type Description System.Boolean AllowMaximize
Determines whether the end user is allowed to maximize panes. Defaults to true.
Declarationpublic bool AllowMaximize { get; set; }
Property Value Type Description System.Boolean AllowSplitterDock Declaration
public bool AllowSplitterDock { get; set; }
Property Value Type Description System.Boolean CloseBehavior Declaration
public PaneActionBehavior CloseBehavior { get; set; }
Property Value ContainedInBoundaries Declaration
public bool ContainedInBoundaries { get; set; }
Property Value Type Description System.Boolean DefaultEventBehavior Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value Overrides DisableKeyboardNavigation
Disables the built-in keyboard shortcuts for pane navigation. Defaults to false.
Declarationpublic bool DisableKeyboardNavigation { get; set; }
Property Value Type Description System.Boolean DraggedPane
Gets/sets the currently dragged pane.
Declarationpublic IgbDockManagerPane DraggedPane { get; set; }
Property Value DropPosition
Gets/sets the current drop position when performing custom drag/drop.
Declarationpublic IgbDockManagerPoint DropPosition { get; set; }
Property Value Layout
Gets/sets the layout configuration of the Dock Manager.
Declarationpublic IgbDockManagerLayout Layout { get; set; }
Property Value LayoutChange Declaration
public EventCallback<IgbLayoutChangeEventArgs> LayoutChange { get; set; }
Property Value LayoutChanged Declaration
public EventCallback<IgbDockManagerLayout> LayoutChanged { get; set; }
Property Value LayoutChangeScript Declaration
public string LayoutChangeScript { get; set; }
Property Value Type Description System.String MaximizedPane
Gets/sets the maximized pane.
Declarationpublic IgbDockManagerPane MaximizedPane { get; set; }
Property Value ProximityDock Declaration
public bool ProximityDock { get; set; }
Property Value Type Description System.Boolean ResourceStrings
Gets/sets the resource strings.
Declarationpublic IgbDockManagerResourceStrings ResourceStrings { get; set; }
Property Value Declaration
public DockManagerShowHeaderIconOnHover ShowHeaderIconOnHover { get; set; }
Property Value Declaration
public DockManagerShowPaneHeaders ShowPaneHeaders { get; set; }
Property Value SupportsVisualChildren Declaration
protected override bool SupportsVisualChildren { get; }
Property Value Type Description System.Boolean Overrides Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UnpinBehavior Declaration
public PaneActionBehavior UnpinBehavior { get; set; }
Property Value Methods EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides FocusPane(String) Declaration
public void FocusPane(string contentId)
Parameters Type Name Description System.String contentId FocusPaneAsync(String) Declaration
public Task FocusPaneAsync(string contentId)
Parameters Type Name Description System.String contentId Returns Type Description System.Threading.Tasks.Task GetCurrentLayout() Declaration
public IgbDockManagerLayout GetCurrentLayout()
Returns GetCurrentLayoutAsync() Declaration
public Task<IgbDockManagerLayout> GetCurrentLayoutAsync()
Returns SetNativeElement(Object) Declaration
public void SetNativeElement(object element)
Parameters Type Name Description System.Object element SetNativeElementAsync(Object) Declaration
public Task SetNativeElementAsync(object element)
Parameters Type Name Description System.Object element Returns Type Description System.Threading.Tasks.Task Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4