NavigatorButton.ButtonType Property
Gets the button’s type.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Navigator |
A Navigator |
Available values:
Name | Description |
---|---|
Custom | Reserved for future use. |
First |
|
Prev |
|
Prev |
|
Next |
|
Next |
|
Last |
|
Append |
|
Remove |
|
Edit |
|
End |
|
Cancel |
|
#Remarks
Use this property to obtain a single button type. Available button types are described in the NavigatorButtonType topic.