Back to Devexpress

TileContainer.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tilecontainer-688f84db.md

latest2.2 KB
Original Source

TileContainer.Properties Property

Provides access to the current TileContainer‘s settings.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[SmartTagSearchNestedProperties]
public ITileContainerDefaultProperties Properties { get; }
vb
<SmartTagSearchNestedProperties>
Public ReadOnly Property Properties As ITileContainerDefaultProperties

Property Value

TypeDescription
ITileContainerDefaultProperties

An ITileContainerDefaultProperties object that contains settings for the current TileContainer.

|

Remarks

The Properties property has a higher priority than the WindowsUIView.TileContainerProperties priority, which specifies settings common for all TileContainers within a WindowsUIView.

See Also

TileContainerProperties

TileContainer Class

TileContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace