Skip to main content

CustomHeaderButton() Constructor

Initializes a new CustomHeaderButton instance.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorButtonPreferredConstructor]
public CustomHeaderButton()

Remarks

The constructor sets the EditorButton.Kind property to ButtonPredefines.Ellipsis.

See Also