DevPropertyGridInputDialogLargeButtons Property
Gets or sets a value indicating whether buttons appear in standard size or in large size.
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(false)]
public bool LargeButtons { get; set; }
<DefaultValueAttribute(false)>
Public Property LargeButtons As Boolean
Get
Set
Dim instance As DevPropertyGridInputDialog
Dim value As Boolean
value = instance.LargeButtons
instance.LargeButtons = value
public:
[DefaultValueAttribute(false)]
property bool LargeButtons {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member LargeButtons : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if buttons on the control appear large; otherwise,
.
The default is
.