HeaderButtonCustomDrawEventArgs.Button Property
In This Article
Gets the button that is being drawn.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public CustomHeaderButton Button { get; }
#Property Value
Type | Description |
---|---|
Custom |
An object that specifies the button that is being drawn. |
See Also