ITileContainerDefaultProperties.ActualAllowSelectedItem Property
Gets whether Tiles within the current TileContainer can be dragged at runtime.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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