TileContainer.Properties Property
Provides access to the current TileContainer‘s settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.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