DevPropertyGridInputDialogLargeButtons Property

Gets or sets a value indicating whether buttons appear in standard size or in large size.

Definition

Namespace: DevCase.UI.Dialogs
Assembly: 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; }

Property Value

Boolean
if buttons on the control appear large; otherwise, . The default is .

See Also