Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Docs & Resources
Productivity and Design Tools
Specify the Dock position of an element inside RadDockLayout
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
public enum Dock
A view positioned to the bottom side of RadDockLayout.
Declaration
Bottom = 3
Field Value
Dock
A view positioned to the left side of RadDockLayout.
Left = 0
A view positioned to the right side of RadDockLayout.
Right = 2
A view positioned to the top side of RadDockLayout.
Top = 1