Skip to main content

TileBarItem.Frames Property

This member is not supported by the TileBarItem class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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