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

HeaderButtonCustomDrawEventArgs.Info Property

Provides access to the object that contains information about the button being drawn.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public EditorButtonObjectInfoArgs Info { get; }

Property Value

Type Description
DevExpress.XtraEditors.Drawing.EditorButtonObjectInfoArgs

An object that contains information about the button being drawn.

See Also