EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class SplitContainer

    Inheritance
    object
    ComponentBase
    ReactiveComponentBase
    BlazorReactiveComponentBase
    BlazorReactiveComponent
    SplitContainer
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IReactiveComponent
    IDisposable
    INotifyPropertyChanged
    IRefreshableComponent
    IAsyncDisposable
    Inherited Members
    BlazorReactiveComponentBase.Track<TExpressionContext, TOut>(TExpressionContext, Expression<Func<TExpressionContext, TOut>>)
    BlazorReactiveComponentBase.OnInitialized()
    BlazorReactiveComponentBase.JsRuntime
    BlazorReactiveComponentBase.DataContext
    BlazorReactiveComponentBase.Class
    BlazorReactiveComponentBase.Id
    BlazorReactiveComponentBase.Style
    BlazorReactiveComponentBase.ElementRef
    BlazorReactiveComponentBase.ChangeTrackers
    ReactiveComponentBase.Dispose()
    ReactiveComponentBase.AddAfterRenderValueTask(Func<ValueTask>)
    ReactiveComponentBase.AddAfterRenderTask(Func<Task>)
    ReactiveComponentBase.PrepareLogger()
    ReactiveComponentBase.Refresh(object)
    ReactiveComponentBase.ShouldRender()
    ReactiveComponentBase.OnAfterRender(bool)
    ReactiveComponentBase.OnAfterFirstRender()
    ReactiveComponentBase.OnAfterRenderAsync(bool)
    ReactiveComponentBase.OnInitializedAsync()
    ReactiveComponentBase.OnParametersSet()
    ReactiveComponentBase.SetParametersAsync(ParameterView)
    ReactiveComponentBase.OnParametersSetAsync()
    ReactiveComponentBase.RaisePropertyChanged(string)
    ReactiveComponentBase.RaiseAndSetIfChanged<TRet>(ref TRet, TRet, string)
    ReactiveComponentBase.RaiseAndSet<TRet>(ref TRet, TRet, string)
    ReactiveComponentBase.ComponentId
    ReactiveComponentBase.RefreshPeriod
    ReactiveComponentBase.WhenRefresh
    ReactiveComponentBase.Log
    ReactiveComponentBase.RefreshCount
    ReactiveComponentBase.ShouldRenderCount
    ReactiveComponentBase.RenderCount
    ReactiveComponentBase.RefreshRequestCount
    ReactiveComponentBase.Name
    ReactiveComponentBase.RenderOnlyWhenChanged
    ReactiveComponentBase.Anchors
    ReactiveComponentBase.IsComponentInitialized
    ReactiveComponentBase.IsComponentLoaded
    ReactiveComponentBase.IsComponentRendered
    ReactiveComponentBase.PropertyChanged
    ComponentBase.StateHasChanged()
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Blazor.Controls.Splitter
    Assembly: PoeShared.Blazor.Controls.dll
    Syntax
    public class SplitContainer : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable

    Constructors

    Name Description
    SplitContainer()

    Properties

    Name Description
    FirstPane

    The left or top pane in the SplitContainer.

    FirstPaneMinSize

    Determines the minimum distance of pixels of the splitter from the left or the top edge of first pane.

    FirstPaneSize

    Determines pixel distance of the splitter from the left or top edge.
    You can specify the pane size to only either the FirstPaneSize or the SecondPaneSize parameter. If you specify both the FirstPaneSize or the SecondPaneSize parameters, then the splitter won't work.

    FirstPaneSizeChanged

    A callback that will be invoked when the size of the first pane is changed.

    Orientation

    Determines if the splitter is vertical or horizontal.

    SecondPane

    The right or bottom pane in the SplitContainer.

    SecondPaneMinSize

    Determines the minimum distance of pixels of the splitter from the right or the bottom edge of second pane.

    SecondPaneSize

    Determines pixel distance of the splitter from the right or bottom edge.
    You can specify the pane size to only either the FirstPaneSize or the SecondPaneSize parameter. If you specify both the FirstPaneSize or the SecondPaneSize parameters, then the splitter won't work.

    SecondPaneSizeChanged

    A callback that will be invoked when the size of the second pane is changed.

    SplitterUnitOfPaneSize

    Determines the unit of the pane size. (Default: Pixel)

    Methods

    Name Description
    BuildRenderTree(RenderTreeBuilder)
    DisposeAsync()
    OnAfterFirstRenderAsync()

    Method invoked first time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop.

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    2025 © Xab3r. All rights reserved.