Back to Devexpress

Tile(IBaseTileProperties) Constructor

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tile-dot-ctor-x28-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-ibasetileproperties-x29.md

latest1.6 KB
Original Source

Tile(IBaseTileProperties) Constructor

Initializes a new instance of the Tile class with custom settings.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Tile(
    IBaseTileProperties parentProperties
)
vb
Public Sub New(
    parentProperties As IBaseTileProperties
)

Parameters

NameTypeDescription
parentPropertiesIBaseTileProperties

An IBaseTileProperties object that contains custom settings for the newly created Tile.

|

See Also

Tile Class

Tile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace