A newer version of this page is available.
Switch to the current version.
ITileContainerDefaultProperties.ActualAllowSelectedItem Property
Gets whether Tiles within the current TileContainer can be dragged at runtime.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
bool ActualAllowSelectedItem { get; }
ReadOnly Property ActualAllowSelectedItem As Boolean
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
Feedback