Back to Devexpress

TileBarItem.Frames Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebaritem-11e05f74.md

latest1.5 KB
Original Source

TileBarItem.Frames Property

This member is not supported by the TileBarItem class.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, false, true, false)]
public TileItemFrameCollection Frames { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, False, True, False)>
Public ReadOnly Property Frames As TileItemFrameCollection

Property Value

TypeDefault
TileItemFrameCollectionnull

See Also

TileBarItem Class

TileBarItem Members

DevExpress.XtraBars.Navigation Namespace