Class StripViewItemContainer
Inheritance
System.Object
StripViewItemContainer
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 StripViewItemContainer : RadPageViewElementBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
StripViewItemContainer()
Declaration
public StripViewItemContainer()
Fields
addButtonsPanel
Declaration
protected bool addButtonsPanel
Field Value
System.
|
Properties
ButtonsPanel
Gets the element which hosts and arranges all the items within the strip.
Declaration
public virtual StripViewButtonsPanel ButtonsPanel { get; }
Property Value
ItemLayout
Gets the element which hosts and arranges all the items within the strip.
Declaration
public StripViewItemLayout ItemLayout { get; }
Property Value
Methods
ArrangeItemLayout(RectangleF)
Declaration
protected virtual void ArrangeItemLayout(RectangleF availableRect)
Parameters
System.
|
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CrateButtonsPanel()
Declaration
protected virtual StripViewButtonsPanel CrateButtonsPanel()
Returns
CrateItemsLayout()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|