Class SplitterPane
Inheritance
Namespace: Syncfusion.EJ2.Layouts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SplitterPane : EJTagHelper
Constructors
SplitterPane()
Declaration
public SplitterPane()
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 | The default value is false |
Collapsible
Specifies whether a pane is collapsible or not collapsible.
Declaration
public bool Collapsible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
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 | The default value is "" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
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 | The default value is "" |
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 | The default value is null |
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 | The default value is null |
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 | The default value is true |
Size
Configures the properties for each pane.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |