Class DropDownEditorLayoutPanel
Rec editors. It is used in RadComboboxElement, DropDownButton, etc.
Inheritance
System.Object
DropDownEditorLayoutPanel
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 DropDownEditorLayoutPanel : DockLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
DropDownEditorLayoutPanel()
Declaration
public DropDownEditorLayoutPanel()
Fields
ArrowPositionProperty
ExpandArrowProperty
IsArrowButtonProperty
IsButtonSeparatorProperty
IsContentProperty
Properties
ArrowPosition
Note: this property is supposed to be used only when this.Parent.AutoSizeMode==WrapAroundChildren
Declaration
public DropDownButtonArrowPosition ArrowPosition { get; set; }
Property Value
DropDownButtonArrowPosition
|
ExpandArrow
Declaration
public bool ExpandArrow { get; set; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|