Skip to main content
A newer version of this page is available. .

TileBarItem.Frames Property

This member is not supported by the TileBarItem class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, false, true, false)]
public TileItemFrameCollection Frames { get; }

Property Value

Type Default
TileItemFrameCollection null
See Also