Skip to main content
A newer version of this page is available. .

ControlNavigatorButtons.Append Property

Gets the button used to append a new record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public virtual NavigatorButton Append { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s Append button.

Remarks

The default Append button’s appearance is displayed in the image below:

Append_button

See Also