Skip to main content

NavigatorBase.CustomButtons Property

Gets the collection of custom buttons.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public NavigatorCustomButtons CustomButtons { get; }

Property Value

Type Description
NavigatorCustomButtons

The collection of custom buttons.

Remarks

The CustomButtons property returns the value of the NavigatorButtonsBase.CustomButtons collection. An instance of the NavigatorButtonsBase class is accessible using the DataNavigator.Buttons and ControlNavigator.Buttons properties.

See NavigatorButtonsBase.CustomButtons to learn more.

See Also