Back to Devexpress

BackstageViewControl.VisibleInDesignTime Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-2a6f6e5e.md

latest1.6 KB
Original Source

BackstageViewControl.VisibleInDesignTime Property

Gets or sets whether the control is visible on the design surface. For internal use.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool VisibleInDesignTime { get; set; }
vb
<DXCategory("Appearance")>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property VisibleInDesignTime As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if the control is visible on the design surface; otherwise, **false.

|

Remarks

To show/hide the control in the Visual Studio Designer, use the corresponding command in the smart tag menu.

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace