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

    A Splitter item (pane).
    Name Description
    Collapsed(JS) Specifies whether an item (pane) is initially collapsed. Mirrors the client-side collapsed option.
    Collapsed(Boolean) Specifies whether an item (pane) is initially collapsed. Mirrors the client-side collapsed option.
    CollapsedSize(JS) Specifies the size of a collapsible item (pane) when collapsed in pixels or as a percentage. Mirrors the client-side collapsedSize option.
    CollapsedSize(Double) Specifies the size of a collapsible item (pane) when collapsed in pixels or as a percentage. Mirrors the client-side collapsedSize option.
    CollapsedSize(String) Specifies the size of a collapsible item (pane) when collapsed in pixels or as a percentage. Mirrors the client-side collapsedSize option.
    Collapsible(JS) Specifies whether an item (pane) is collapsible. Mirrors the client-side collapsible option.
    Collapsible(Boolean) Specifies whether an item (pane) is collapsible. Mirrors the client-side collapsible option.
    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.
    MaxSize(JS) Specifies the maximum size of an item (pane) in pixels or as a percentage. Mirrors the client-side maxSize option.
    MaxSize(Double) Specifies the maximum size of an item (pane) in pixels or as a percentage. Mirrors the client-side maxSize option.
    MaxSize(String) Specifies the maximum size of an item (pane) in pixels or as a percentage. Mirrors the client-side maxSize option.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    MinSize(JS) Specifies the minimum size of an item (pane) in pixels or as a percentage. Mirrors the client-side minSize option.
    MinSize(Double) Specifies the minimum size of an item (pane) in pixels or as a percentage. Mirrors the client-side minSize option.
    MinSize(String) Specifies the minimum size of an item (pane) in pixels or as a percentage. Mirrors the client-side minSize option.
    Option(String, Object) Specifies an option by its name.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Resizable(JS) Specifies whether an item (pane) is resizable. Mirrors the client-side resizable option.
    Resizable(Boolean) Specifies whether an item (pane) is resizable. Mirrors the client-side resizable option.
    Size(JS) Specifies the initial size of an item (pane) in pixels or as a percentage. The size changes after any layout alteration. Mirrors the client-side size option.
    Size(Double) Specifies the initial size of an item (pane) in pixels or as a percentage. The size changes after any layout alteration. Mirrors the client-side size option.
    Size(String) Specifies the initial size of an item (pane) in pixels or as a percentage. The size changes after any layout alteration. Mirrors the client-side size option.
    Splitter(Action<SplitterBuilder>) Specifies a splitter inside an item (pane). Mirrors the client-side splitter option.
    Template(JS) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Template(RazorBlock) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Template(TemplateName) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Template(String) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Text(JS) Specifies text displayed for the UI component item. Mirrors the client-side text option.
    Text(String) Specifies text displayed for the UI component item. Mirrors the client-side text option.
    ToString() Returns a string that represents the current object. Inherited from Object.
    Visible(JS) Mirrors the client-side visible option.
    Visible(Boolean) Mirrors the client-side visible option.
    See Also