Class RadDropDownMenuLayout
Inheritance
System.Object
RadDropDownMenuLayout
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 RadDropDownMenuLayout : StackLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
RadDropDownMenuLayout()
Declaration
public RadDropDownMenuLayout()
Fields
LeftColumnMinWidthProperty
RightColumnPaddingProperty
Properties
LeftColumnMaxPadding
Declaration
public virtual float LeftColumnMaxPadding { get; }
Property Value
System.Single
|
LeftColumnMinWidth
Gets or sets the left column minimal width.
Declaration
public virtual int LeftColumnMinWidth { get; set; }
Property Value
System.Int32
|
LeftColumnWidth
Declaration
public virtual float LeftColumnWidth { get; }
Property Value
System.Single
|
RightColumnPadding
Gets or sets the right column minimal width.
Declaration
public virtual int RightColumnPadding { get; set; }
Property Value
System.Int32
|
RightColumnWidth
Declaration
public virtual float RightColumnWidth { get; }
Property Value
System.Single
|
Methods
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnChildrenChanged(RadElement, ItemsChangeOperation)
Declaration
protected override void OnChildrenChanged(RadElement child, ItemsChangeOperation changeOperation)
Parameters
RadElement
child
|
ItemsChangeOperation
changeOperation
|