Skip to main content

CustomHeaderButton(ButtonPredefines) Constructor

Initializes a new CustomHeaderButton class instance with the specified kind.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorButtonPreferredConstructor]
public CustomHeaderButton(
    ButtonPredefines kind
)

Parameters

Name Type Description
kind ButtonPredefines

A ButtonPredefines value that specifies a kind of button. This parameter initializes the EditorButton.Kind property.

See Also