Class RadPopupContainer
Represents a container control designed to be displayed in popup windows, providing scrollable content functionality.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Containers")]
public class RadPopupContainer : RadScrollablePanel, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
  Constructors
RadPopupContainer()
Properties
Anchor
This property is not relevant for this class.
Declaration
public override AnchorStyles Anchor { get; set; }
  Property Value
| 
        System.Windows.Forms.AnchorStyles
         
  | 
    
Dock
This property is not relevant for this class.
Declaration
public override DockStyle Dock { get; set; }
  Property Value
| 
        System.Windows.Forms.DockStyle
         
  | 
    
ThemeClassName
Gets the theme class name used by the theming engine for this control.
Declaration
public override string ThemeClassName { get; }
  Property Value
| 
        System.String
         The full name of the RadScrollablePanel type.  |