Class DataEntryScrollablePanelContainer
Represents a specialized scrollable panel container used by the RadDataEntry control.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataEntryScrollablePanelContainer : RadScrollablePanelContainer
Constructors
DataEntryScrollablePanelContainer()
Initializes a new instance of the DataEntryScrollablePanelContainer class. This constructor is used by the Visual Studio Designer.
Declaration
public DataEntryScrollablePanelContainer()
DataEntryScrollablePanelContainer(RadScrollablePanel)
Initializes a new instance of the DataEntryScrollablePanelContainer class.
Declaration
public DataEntryScrollablePanelContainer(RadScrollablePanel parentPanel)
Parameters
RadScrollablePanel
parentPanel
An instance of the RadScrollablePanel class which represents the owner of this container. |