DevPropertyGridInputDialogToolbarVisible Property
Gets or sets a value indicating whether the toolbar is visible.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(true)]
public bool ToolbarVisible { get; set; }
<DefaultValueAttribute(true)>
Public Property ToolbarVisible As Boolean
Get
Set
Dim instance As DevPropertyGridInputDialog
Dim value As Boolean
value = instance.ToolbarVisible
instance.ToolbarVisible = value
public:
[DefaultValueAttribute(true)]
property bool ToolbarVisible {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member ToolbarVisible : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the toolbar is visible; otherwise,
.
The default is
.