Back to Devexpress

Tile(IBaseTileProperties, Document) Constructor

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

latest2.7 KB
Original Source

Tile(IBaseTileProperties, Document) Constructor

Initializes a new instance of the Tile class with custom settings and links it to the specific Document.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
parentPropertiesIBaseTileProperties

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

| | document | Document |

A Document which the Tile created is linked to.

|

Remarks

Tiles are associated with Document via the Tile.Document property. See the Application Hierarchy and Module Navigation topic to learn more.

See Also

Tile Class

Tile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace