New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
ConfirmText
Height
Title
UseRadConfirm
Width
Telerik.Web.UI.RadButtonConfirmSettings
Manages the Confirm Settings of the Button control. Setting value of ConfirmText will cause a confirmation dialog with that text to appear when the button is clicked.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.RadButtonConfirmSettings
Properties
ConfirmText String
Gets or sets the text shown in the confirmation dialog the user receives on click. Setting text to it enables the dialog.
Height Int32
Get or set the height of the RadConfirm dialog in pixels.
Title String
Gets or sets the RadConfirm title.
UseRadConfirm Boolean
Get or set whether to use a RadConfirm instead of the browser confirm. Requiers a RadWindowManager on the page.
Width Int32
Get or set the width of the RadConfirm dialog in pixels.