New to Telerik UI for WinFormsStart a free 30-day trial

Represents a specialized scrollable panel container used by the RadDataEntry control.

Definition

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)
Parameters:parentPanelRadScrollablePanel

An instance of the RadScrollablePanel class which represents the owner of this container.