Back to Devexpress

TileGroup.Visible Property

windowsforms-devexpress-dot-xtraeditors-dot-tilegroup-4c53cc23.md

latest1.3 KB
Original Source

TileGroup.Visible Property

Gets or sets whether the current TileGroup is visible.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the current TileGroup is visible; otherwise, false.

|

See Also

TileGroup Class

TileGroup Members

DevExpress.XtraEditors Namespace