NavigatorButtonsBase.ButtonByButtonType(NavigatorButtonType) Method
Returns a value representing a data navigator button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
type | Navigator |
A Navigator |
#Returns
Type | Description |
---|---|
Navigator |
A Navigator |
#Remarks
The ButtonByButtonType method searches the button collection for a button with the type specified by the type parameter. If such a button is found, the NavigatorButton object representing this button is returned. Otherwise, the method returns null (Nothing in Visual Basic). Members of the NavigatorButtonType enumeration represent available button types.