Skip to main content

WindowsUIView.TileContainerProperties Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ITileContainerProperties TileContainerProperties { get; }

Property Value

Type Description
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