CustomHeaderButton(ButtonPredefines) Constructor
Initializes a new CustomHeaderButton class instance with the specified kind.
Namespace: DevExpress.XtraTab.Buttons
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
kind | ButtonPredefines | A ButtonPredefines value that specifies a kind of button. This parameter initializes the EditorButton.Kind property. |
See Also