Contents
Licensing
Installation and deployment
RadControls for ASP.NET AJAX Fundamentals
RadControls
RadAjax
RadAsyncUpload
RadBarcode
RadButton
RadCalendar
RadCaptcha
RadChart
RadColorPicker
RadComboBox
RadDataPager
RadDock
RadEditor
RadFileExplorer
RadFilter
RadFormDecorator
RadGrid
RadHtmlChart
RadImageEditor
RadInput
RadListBox
RadListView
RadMenu
RadNotification
RadODataDataSource
RadOrgChart
RadPanelBar
RadRating
RadRibbonBar
RadRotator
RadScheduler
RadScriptManager
RadSitemap
RadSlider
RadSocialShare
RadSpell
RadSplitter
RadStylesheetManager
RadTabStrip
RadTagCloud
RadToolBar
RadToolTip
RadTreeList
RadTreeView
RadUpload
RadWindow
RadXmlHttpPanel
Visual Studio Extensions
Integrating RadControls in ASPNET MVC
Integrating RadControls in DNN
Integrating RadControls in Mono
Integrating RadControls in SharePoint
API Reference
For More Help
|
|
        RadControls for ASP.NET AJAX
There are a number of ways you can customize the look & feel of your RadDock and RadDockZone controls:
RadDockZone
To change the overall look and feel of the RadDockZone control, set its Skin property.
To change the layout of docked controls within the RadDockZone control, use the Orientation property.
To cause the RadDockZone to be highlighted when the user is dragging a RadDock control over it that can be docked, use the HighlightedCssClass property.
RadDock
To change the overall look and feel of the RadDock control, set its Skin property.
To change the visual cues for where the user can start a drag operation, use the DockHandle property.
To specify the content that appears inside the RadDock control, use the ContentTemplate, the ContentContainer property, or the Text property.
To customize the appearance and behavior of the title bar, use a title bar template.
To change the commands that appear in the RadDock title bar, use the DefaultCommands property or the Commands property collection.
To change the appearance of the command icons on the title bar, use the CssClass property of the command object.
A range of Text properties let you change the tooltips that appear when the user hovers the mouse over the command icons in the title bar.
See Also
|