Class Splitter
Inheritance
System.Object
Splitter
Assembly: Syncfusion.EJ2.dll
Syntax
public class Splitter : EJTagHelper
Constructors
Splitter()
Declaration
Properties
BeforeCollapse
Triggers when before panes get collapsed.
Declaration
public string BeforeCollapse { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeExpand
Triggers when before panes get expanded.
Declaration
public string BeforeExpand { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeSanitizeHtml
Event triggers before sanitize the value.
Declaration
public string BeforeSanitizeHtml { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Collapsed
Triggers when after panes get collapsed.
Declaration
public string Collapsed { 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
Created
Triggers after creating the splitter component with its panes.
Declaration
public string Created { get; set; }
Property Value
Type |
Description |
System.String |
|
CssClass
Specifies the CSS class names that defines specific user-defined
styles and themes to be appended on the root element of the Splitter.
It is used to customize the Splitter control.
One or more custom CSS classes can be specified to the Splitter.
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Enabled
Specifies boolean value that indicates whether the component is enabled or disabled.
The Splitter component does not allow to interact when this property is disabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableHtmlSanitizer
Defines whether to allow the cross-scripting site or not.
Declaration
public bool EnableHtmlSanitizer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Enables or disables the persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableReversePanes
Specifies the value whether splitter panes are reordered or not .
Declaration
public bool EnableReversePanes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Expanded
Triggers when after panes get expanded.
Declaration
public string Expanded { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Specifies the height of the Splitter component that accepts both string and number values.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsFor
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Orientation
Specifies a value that indicates whether to align the split panes horizontally or vertically.
Set the orientation property as "Horizontal" to create a horizontal splitter that aligns the panes left-to-right.
Set the orientation property as "Vertical" to create a vertical splitter that aligns the panes top-to-bottom.
Declaration
public Orientation Orientation { get; set; }
Property Value
PaneSettings
Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible and collapsed.
Declaration
public List<SplitterPane> PaneSettings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<SplitterPane> |
|
ResizeStart
Triggers when the split pane is started to resize.
Declaration
public string ResizeStart { get; set; }
Property Value
Type |
Description |
System.String |
|
ResizeStop
Triggers when the resizing of split pane is stopped.
Declaration
public string ResizeStop { get; set; }
Property Value
Type |
Description |
System.String |
|
Resizing
Triggers when a split pane is being resized.
Declaration
public string Resizing { get; set; }
Property Value
Type |
Description |
System.String |
|
SeparatorSize
Specifies the size of the separator line for both horizontal or vertical orientation.
The separator is used to separate the panes by lines.
Declaration
public double SeparatorSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
TagName
Declaration
protected override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Width
Specifies the width of the Splitter control, which accepts both string and number values as width.
The string value can be either in pixel or percentage format.
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|