Skip to main content
A newer version of this page is available. .

CustomHeaderButton(ButtonPredefines) Constructor

Initializes a new CustomHeaderButton class instance with the specified kind.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v19.2.dll

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