Represents a specialized scrollable panel container used by the RadDataEntry control.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class DataEntryScrollablePanelContainer : RadScrollablePanelContainer, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlPanelRadScrollablePanelContainerDataEntryScrollablePanelContainer...
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataEntryScrollablePanelContainer class. This constructor is used by the Visual Studio Designer.
C#
public DataEntryScrollablePanelContainer()
Initializes a new instance of the DataEntryScrollablePanelContainer class.
C#
public DataEntryScrollablePanelContainer(RadScrollablePanel parentPanel)
An instance of the RadScrollablePanel class which represents the owner of this container.