Class ValidationPanel
Represents a validation panel used to display validation messages and errors in the RadDataEntry control.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ValidationPanel : RadScrollablePanel, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
ValidationPanel()
Methods
CreatePanelElement()
Creates the panel element for validation display.
Declaration
protected override RadScrollablePanelElement CreatePanelElement()
Returns
RadScrollablePanelElement
A new ValidationPanelElement instance. |