Skip to main content

LookUpEditBase.FindButtonPlacement Property

Gets or sets the 'Find' button's position. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public EditorPlacement? FindButtonPlacement { get; set; }

#Property Value

Type Description
Nullable<EditorPlacement>

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

See Also