Class SplitterElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitterElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
SplitterElement()
Declaration
public SplitterElement()
Fields
DockProperty
HorizontalImageProperty
IsCollapsedProperty
IsVerticalProperty
SplitterAlignmentProperty
SplitterWidthProperty
VerticalImageProperty
Properties
BackgroundFill
Border
DefaultCollapseDirection
Default collapse direction, when using double click on Splitter
Declaration
public RadDirection DefaultCollapseDirection { get; set; }
Property Value
Dock
Declaration
[RadDescription("Dock", typeof(DockStyle))]
[RadPropertyDefaultValue("Dock", typeof(SplitterElement))]
public DockStyle Dock { get; set; }
Property Value
System.
|
Fixed
Declaration
public bool Fixed { get; set; }
Property Value
System.
|
HorizontalImage
Gets or sets the image used by the splitter when in horizontal orientation.
Declaration
public RadImageShape HorizontalImage { get; set; }
Property Value
IsCollapsed
Declaration
[RadDescription("IsCollapsed", typeof(bool))]
[RadPropertyDefaultValue("IsCollapsed", typeof(SplitterElement))]
public bool IsCollapsed { get; set; }
Property Value
System.
|
LastSplitterPosition
Declaration
public int LastSplitterPosition { get; set; }
Property Value
System.
|
Layout
LeftNode
Declaration
public object LeftNode { get; set; }
Property Value
System.
|
NextArrow
NextNavigationButton
PrevArrow
PrevNavigationButton
RightNode
Declaration
public object RightNode { get; set; }
Property Value
System.
|
SplitterAlignment
Declaration
[RadDescription("SplitterAlignment", typeof(RadDirection))]
[RadPropertyDefaultValue("SplitterAlignment", typeof(SplitterElement))]
public RadDirection SplitterAlignment { get; set; }
Property Value
SplitterWidth
Declaration
[RadDescription("SplitterWidth", typeof(int))]
[RadPropertyDefaultValue("SplitterWidth", typeof(SplitterElement))]
public int SplitterWidth { get; set; }
Property Value
System.
|
ThumbLength
Declaration
public int ThumbLength { get; set; }
Property Value
System.
|
VerticalImage
Gets or sets the image used by the splitter when in vertical orientation.
Declaration
public RadImageShape VerticalImage { get; set; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
UpdateButtonsLayout()
Declaration
protected virtual void UpdateButtonsLayout()