Skip to main content
All docs
V25.2
  • SplitterBuilder Methods

    A Splitter UI control.
    Name Description
    AllowKeyboardNavigation(JS) Specifies whether to allow the Splitter to take focus and allow keyboard navigation. Mirrors the client-side allowKeyboardNavigation option.
    AllowKeyboardNavigation(Boolean) Specifies whether to allow the Splitter to take focus and allow keyboard navigation. Mirrors the client-side allowKeyboardNavigation option.
    DataSource(JS) Binds the UI component to data. Mirrors the client-side dataSource option.
    DataSource(IEnumerable, String[]) Binds the UI component to data. Mirrors the client-side dataSource option.
    DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) Binds the UI component to data. Mirrors the client-side dataSource option.
    DataSource(String, String[]) Binds the UI component to data. Mirrors the client-side dataSource option.
    DataSourceOptions(Action<DataSourceOptionsBuilder>) Exposes methods that mirror client-side data source options.
    Disabled(JS) Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option.
    Disabled(Boolean) Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option.
    ElementAttr(JS) Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
    ElementAttr(Dictionary<String, Object>) Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
    ElementAttr(Object) Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
    ElementAttr(String, Object) Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    Height(JS) Specifies the UI component's height. Mirrors the client-side height option.
    Height(Double) Specifies the UI component's height. Mirrors the client-side height option.
    Height(String) Specifies the UI component's height. Mirrors the client-side height option.
    HoverStateEnabled(JS) Specifies whether the UI component changes its state when a user pauses on it. Mirrors the client-side hoverStateEnabled option.
    HoverStateEnabled(Boolean) Specifies whether the UI component changes its state when a user pauses on it. Mirrors the client-side hoverStateEnabled option.
    ID(JS) Specifies the id attribute for the control’s HTML element.
    ID(String) Specifies the id attribute for the control’s HTML element.
    Items(Action<CollectionFactory<SplitterItemBuilder>>) An array of items (panes) displayed by the UI component. Mirrors the client-side items option.
    ItemTemplate(JS) Mirrors the client-side itemTemplate option.
    ItemTemplate(RazorBlock) Mirrors the client-side itemTemplate option.
    ItemTemplate(TemplateName)
    ItemTemplate(String) Mirrors the client-side itemTemplate option.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    OnContentReady(RazorBlock) A function that is executed when the UI component is rendered and each time the component is repainted. Mirrors the client-side onContentReady option.
    OnContentReady(String) A function that is executed when the UI component is rendered and each time the component is repainted. Mirrors the client-side onContentReady option.
    OnDisposing(RazorBlock) A function that is executed before the UI component is disposed of. Mirrors the client-side onDisposing option.
    OnDisposing(String) A function that is executed before the UI component is disposed of. Mirrors the client-side onDisposing option.
    OnInitialized(RazorBlock) A function used to save the UI component instance. Mirrors the client-side onInitialized option.
    OnInitialized(String) A function used to save the UI component instance. Mirrors the client-side onInitialized option.
    OnItemClick(RazorBlock) A function that is executed when an item (pane) is clicked or tapped. Mirrors the client-side onItemClick option.
    OnItemClick(String) A function that is executed when an item (pane) is clicked or tapped. Mirrors the client-side onItemClick option.
    OnItemCollapsed(RazorBlock) A function that is executed after an item (pane) is collapsed. Mirrors the client-side onItemCollapsed option.
    OnItemCollapsed(String) A function that is executed after an item (pane) is collapsed. Mirrors the client-side onItemCollapsed option.
    OnItemContextMenu(RazorBlock) A function that is executed when an item (pane) is right-clicked or pressed. Mirrors the client-side onItemContextMenu option.
    OnItemContextMenu(String) A function that is executed when an item (pane) is right-clicked or pressed. Mirrors the client-side onItemContextMenu option.
    OnItemExpanded(RazorBlock) A function that is executed after an item (pane) is expanded. Mirrors the client-side onItemExpanded option.
    OnItemExpanded(String) A function that is executed after an item (pane) is expanded. Mirrors the client-side onItemExpanded option.
    OnItemRendered(RazorBlock) A function that is executed after an item (pane) is rendered. Mirrors the client-side onItemRendered option.
    OnItemRendered(String) A function that is executed after an item (pane) is rendered. Mirrors the client-side onItemRendered option.
    OnOptionChanged(RazorBlock) A function that is executed after a UI component property is changed. Mirrors the client-side onOptionChanged option.
    OnOptionChanged(String) A function that is executed after a UI component property is changed. Mirrors the client-side onOptionChanged option.
    OnResize(RazorBlock) A function that is executed each time an item (pane) is resized by one pixel. Mirrors the client-side onResize option.
    OnResize(String) A function that is executed each time an item (pane) is resized by one pixel. Mirrors the client-side onResize option.
    OnResizeEnd(RazorBlock) A function that is called when resizing ends. Mirrors the client-side onResizeEnd option.
    OnResizeEnd(String) A function that is called when resizing ends. Mirrors the client-side onResizeEnd option.
    OnResizeStart(RazorBlock) A function that is called when resizing starts. Mirrors the client-side onResizeStart option.
    OnResizeStart(String) A function that is called when resizing starts. Mirrors the client-side onResizeStart option.
    Option(String, Object) Specifies an option by its name.
    Orientation(Orientation) Specifies item orientation (layout). Mirrors the client-side orientation option.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Render() Inherited from WidgetBuilder.
    RtlEnabled(JS) Switches the UI component to a right-to-left representation. Mirrors the client-side rtlEnabled option.
    RtlEnabled(Boolean) Switches the UI component to a right-to-left representation. Mirrors the client-side rtlEnabled option.
    SeparatorSize(JS) Specifies the size of a separator bar in pixels. Mirrors the client-side separatorSize option.
    SeparatorSize(Double) Specifies the size of a separator bar in pixels. Mirrors the client-side separatorSize option.
    ToString() Inherited from WidgetBuilder.
    ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
    Visible(JS) Specifies whether the UI component is visible. Mirrors the client-side visible option.
    Visible(Boolean) Specifies whether the UI component is visible. Mirrors the client-side visible option.
    Width(JS) Specifies the UI component's width. Mirrors the client-side width option.
    Width(Double) Specifies the UI component's width. Mirrors the client-side width option.
    Width(String) Specifies the UI component's width. Mirrors the client-side width option.
    See Also