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