Back to Devexpress

ITileContainerDefaultProperties.ActualAllowSelectedItem Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-6e3b0eb7.md

latest2.7 KB
Original Source

ITileContainerDefaultProperties.ActualAllowSelectedItem Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool ActualAllowSelectedItem { get; }
vb
ReadOnly Property ActualAllowSelectedItem As Boolean

Property Value

TypeDescription
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

AllowDrag

TileContainerProperties

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace