Class LayoutControlAllowedActions
Flag enumeration for the allowed operation for the selected item in the RadLayoutControl.
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
LayoutControlAllowedActions
|
ManipulationPaneActions
The manipulation pane will be available.
Declaration
public const LayoutControlAllowedActions ManipulationPaneActions
Field Value
LayoutControlAllowedActions
|
None
No actions will be available.
Declaration
public const LayoutControlAllowedActions None
Field Value
LayoutControlAllowedActions
|
Resize
Resize action will be available.
Declaration
public const LayoutControlAllowedActions Resize
Field Value
LayoutControlAllowedActions
|
value__
Declaration
public int value__
Field Value
System.Int32
|