Skip to main content

ButtonEdit.ShowEditorButtons Property

Gets or sets whether to display editor buttons, including the default button.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool ShowEditorButtons { get; set; }

#Property Value

Type Description
Boolean

true to display editor buttons; otheriwse, false.

See Also