Class SplitterPane
Inheritance
System.Object
SplitterPane
Assembly: Syncfusion.EJ2.dll
Syntax
public class SplitterPane : EJTagHelper
Constructors
SplitterPane()
Declaration
Properties
Collapsed
Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.
Declaration
public bool Collapsed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Collapsible
Specifies whether a pane is collapsible or not collapsible.
Declaration
public bool Collapsible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Content
Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
CssClass
Specifies the CSS class names that defines specific user-defined
styles and themes to be appended on corresponding pane of the Splitter.
It is used to customize the Splitter control panes.
One or more custom CSS classes can be specified to the Splitter panes.
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Max
Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.
Declaration
public string Max { get; set; }
Property Value
Type |
Description |
System.String |
|
Min
Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.
Declaration
public string Min { get; set; }
Property Value
Type |
Description |
System.String |
|
Resizable
Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes.
You can disable this for any specific panes using this property.
Declaration
public bool Resizable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Size
Configures the properties for each pane.
Declaration
public string Size { get; set; }
Property Value
Type |
Description |
System.String |
|