TileContainer.AllowAnimation(BaseTile, Boolean) Method
Gets or sets whether or not Tile Animation is enabled for the target tile.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| tile | BaseTile | A Tile whose animation is controlled. |
| allow | Boolean | true to allow tile animation; otherwise, false. |
Remarks
See the Tile Animation topic to learn more.
See Also