Enum
LayoutControlAllowedActions

Flag enumeration for the allowed operation for the selected item in the RadLayoutControl.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[Flags]
public enum LayoutControlAllowedActions

Fields

Drag

Drag action will be available.

Declaration

cs-api-definition
Drag = 2

Field Value

LayoutControlAllowedActions

ManipulationPaneActions

The manipulation pane will be available.

Declaration

cs-api-definition
ManipulationPaneActions = 4

Field Value

LayoutControlAllowedActions

None

No actions will be available.

Declaration

cs-api-definition
None = 0

Field Value

LayoutControlAllowedActions

Resize

Resize action will be available.

Declaration

cs-api-definition
Resize = 1

Field Value

LayoutControlAllowedActions