Back to Devexpress

WindowsUIView.TileContainerProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-7816da1e.md

latest2.4 KB
Original Source

WindowsUIView.TileContainerProperties Property

Provides access to settings common for all TileContainers within the current WindowsUIView.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ITileContainerProperties TileContainerProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property TileContainerProperties As ITileContainerProperties

Property Value

TypeDescription
ITileContainerProperties

An ITileContainerProperties object that contains settings common to all TileContainers within the current WindowsUIView.

|

Remarks

The TileContainer.Properties property that specifies settings for individual TileContainers has a higher priority than the TileContainerProperties property.

See Also

Properties

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace