System.Object
IgbSplitPane
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbSplitPane : IgbDockManagerPane, JsonSerializable
Constructors IgbSplitPane() Declaration Properties AllowEmpty
Determines whether the pane should present in the UI when empty.
Declarationpublic bool AllowEmpty { get; set; }
Property Value Type Description System.Boolean FloatingHeight
The absolute height of the pane. Applies only for floating panes. Defaults to 100.
Declarationpublic double FloatingHeight { get; set; }
Property Value Type Description System.Double FloatingLocation
The absolute location point of the pane. Applies only for floating panes.
Declarationpublic IgbDockManagerPoint FloatingLocation { get; set; }
Property Value FloatingResizable
Determines whether floating pane resizing is allowed. Applies only for floating panes.
Declarationpublic bool FloatingResizable { get; set; }
Property Value Type Description System.Boolean FloatingWidth
The absolute width of the pane. Applies only for floating panes. Defaults to 100.
Declarationpublic double FloatingWidth { get; set; }
Property Value Type Description System.Double Id
The id of the pane. If not set the Dock Manager generates it automatically.
Declarationpublic string Id { get; set; }
Property Value Type Description System.String IsMaximized Declaration
public bool IsMaximized { get; set; }
Property Value Type Description System.Boolean Orientation
The orientation of the split pane.
Declarationpublic SplitPaneOrientation Orientation { get; set; }
Property Value Panes
The child panes of the split pane.
Declarationpublic IgbDockManagerPaneCollection Panes { get; protected set; }
Property Value PaneType
The type of the pane.
Declaration[WCWidgetMemberName("Type")]
public DockManagerPaneType PaneType { get; set; }
Property Value Size
The size of the pane relative to its sibling panes' sizes. Defaults to 100.
Declarationpublic double Size { get; set; }
Property Value Type Description System.Double Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UseFixedSize Declaration
public bool UseFixedSize { get; set; }
Property Value Type Description System.Boolean 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 FromEventJson(BaseRendererControl, Dictionary<String, Object>) Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters Type Name Description BaseRendererControl control System.Collections.Generic.Dictionary<System.String, System.Object> args Overrides 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 ToEventJson(BaseRendererControl, Dictionary<String, Object>) Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters Type Name Description BaseRendererControl control System.Collections.Generic.Dictionary<System.String, System.Object> args Overrides WithPanes(IgbDockManagerPane[]) Declaration
public IgbSplitPane WithPanes(params IgbDockManagerPane[] panes)
Parameters Returns Implements
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