Skip to main content

TileContainer.Properties Property

Provides access to the current TileContainer‘s settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[SmartTagSearchNestedProperties]
public ITileContainerDefaultProperties Properties { get; }

Property Value

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