Skip to main content

ButtonEdit.NullValueButtonPlacement Property

Gets or sets the position of the button used to clear an editor's value. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public EditorPlacement? NullValueButtonPlacement { get; set; }

#Property Value

Type Description
Nullable<EditorPlacement>

A DevExpress.Xpf.Editors.EditorPlacement enumeration value that specifies the button's position.

See Also