RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
Defines the commands which should appear in the RadDock control titlebar when its Commands property is not set.

Namespace: Telerik.Web.UI.Dock
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.2.611.0 (2013.02.0611.0)

Syntax

C#
[FlagsAttribute]
public enum DefaultCommands
Visual Basic
<FlagsAttribute> _
Public Enumeration DefaultCommands

Members

Member nameValueDescription
None0 No commands will appear
Close1 Close command
ExpandCollapse2 ExpandCollapse command
PinUnpin4 PinUnpin command
All7 All commands

See Also