Skip to main content

HeaderButtonCustomDrawEventArgs.Button Property

Gets the button that is being drawn.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.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