ClassRadCommandBarItemsPanel
Represent a layout for the items contained in a strip
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadCommandBarItemsPanel : StackLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementLayoutPanelStackLayoutPanelRadCommandBarItemsPanel
Implements:
Inherited Members
Constructors
RadCommandBarItemsPanel(RadCommandBarBaseItemCollection, LayoutPanel)
Declaration
public RadCommandBarItemsPanel(RadCommandBarBaseItemCollection itemsCollection, LayoutPanel overflowPannel)
Parameters
itemsCollection
RadCommandBarBaseItemCollection
overflowPannel
Properties
Methods
ArrangeOverride(SizeF)
ArrangeOverride
MeasureOverride(SizeF)
Measures the space required by the RadElement
Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
availableSize
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element)
Returns
The minimum size required by the element to be completely visible. Cannot be infinity.
Overrides
Remarks
In this method call to the Measure method of each child must be made.
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides