Back to Devexpress

ControlNavigatorButtons.Append Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-2ea5de90.md

latest1.6 KB
Original Source

ControlNavigatorButtons.Append Property

Gets the button used to append a new record.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual NavigatorButton Append { get; }
vb
Public Overridable ReadOnly Property Append As NavigatorButton

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s Append button.

|

Remarks

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

See Also

Remove

Edit

EndEdit

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace