Class SplitContainerElement
Inheritance
System.Object
SplitContainerElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitContainerElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
SplitContainerElement()
Declaration
public SplitContainerElement()
Fields
EnableCollapsingProperty
IsVerticalProperty
SplitterWidthProperty
UseSplitterButtonsProperty
Properties
EnableCollapsing
Declaration
[RadPropertyDefaultValue("EnableCollapsing", typeof(SplitContainerElement))]
public bool EnableCollapsing { get; set; }
Property Value
System.Boolean
|
SplitterWidth
Gets or sets the width of each splitter within the container.
Declaration
[RadPropertyDefaultValue("SplitterWidth", typeof(SplitContainerElement))]
public int SplitterWidth { get; set; }
Property Value
System.Int32
|
UseSplitterButtons
Declaration
[RadPropertyDefaultValue("UseSplitterButtons", typeof(SplitContainerElement))]
public bool UseSplitterButtons { get; set; }
Property Value
System.Boolean
|
Methods
GetChildAt(Int32)
Declaration
public override RadElement GetChildAt(int index)
Parameters
System.Int32
index
|
Returns
RadElement
|
Overrides
InitializeFields()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|