Class LayoutControlAllowedActions
Flag enumeration for the allowed operation for the selected item in the Rad
Inheritance
System.Object
LayoutControlAllowedActions
Namespace: Telerik.Windows.Controls.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class LayoutControlAllowedActions : Enum
Fields
Drag
Drag action will be available.
Declaration
public const LayoutControlAllowedActions Drag
Field Value
ManipulationPaneActions
The manipulation pane will be available.
Declaration
public const LayoutControlAllowedActions ManipulationPaneActions
Field Value
None
No actions will be available.
Declaration
public const LayoutControlAllowedActions None
Field Value
Resize
Resize action will be available.
Declaration
public const LayoutControlAllowedActions Resize
Field Value
value__
Declaration
public int value__
Field Value
System.
|