Skip to main content
A newer version of this page is available. .

ITileContainerDefaultProperties.ActualAllowSelectedItem Property

Gets whether Tiles within the current TileContainer can be dragged at runtime.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

bool ActualAllowSelectedItem { get; }

Property Value

Type Description
Boolean

true if Tiles within the current TileContainer can be dragged at runtime; otherwise, false.

Remarks

You can specify whether an end-user can re-arrange Tiles at runtime via the ITileContainerDefaultProperties.AllowDrag property for a specific TileContainers or via a corresponding property in the WindowsUIView.TileContainerProperties object for the entire View. The ITileContainerDefaultProperties.AllowDrag property has a higher priority.

See Also