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

HeaderButtonCustomDrawEventArgs.Button Property

Gets the button that is being drawn.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CustomHeaderButton Button { get; }

Property Value

Type Description
CustomHeaderButton

An object that specifies the button that is being drawn.

See Also