Class AlertWindowButtonsPanel
This class represents the element which holds the buttons that can be added in a RadDesktopAlertwindow.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AlertWindowButtonsPanel : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
AlertWindowButtonsPanel()
Declaration
public AlertWindowButtonsPanel()
Properties
ButtonsLayoutPanel
Gets an instance of the WrapLayoutPanel that represents the layout panel which holds the added buttons.
Declaration
public WrapLayoutPanel ButtonsLayoutPanel { get; }
Property Value
WrapLayoutPanel
|
Items
Gets an instance of the RadItemOwnerCollectionthat represents the buttons collection of the RadDesktopAlertwindow.
Declaration
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()