RadPopupContainer
Class
Represents a container control designed to be displayed in popup windows, providing scrollable content functionality.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[TelerikToolboxCategory("Containers")]
public class RadPopupContainer : RadScrollablePanel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadScrollablePanelRadPopupContainer...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadPopupContainer class.
C#
public RadPopupContainer()
Properties
Gets the theme class name used by the theming engine for this control.
C#
public override string ThemeClassName { get; }
The full name of the RadScrollablePanel type.
Overrides: