A newer version of this page is available.
Switch to the current version.
LookUpEditBase.FindButtonPlacement Property
Gets or sets the 'Find' button's position. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public EditorPlacement? FindButtonPlacement { get; set; }
Public Property FindButtonPlacement As EditorPlacement?
Property Value
Type | Description |
---|---|
Nullable<EditorPlacement> | A EditorPlacement enumeration value that specifies the 'Find' button's position. |
See Also
Feedback