Skip to main content
All docs
V25.1
  • HeaderButtonCustomDrawEventArgs.Button Property

    Gets the button that is being drawn.

    Namespace: DevExpress.XtraTab

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