Skip to main content
All docs
V25.1
  • TabHeaderCustomDrawEventArgs.Graphics Property

    Provides access to the drawing surface.

    Namespace: DevExpress.XtraTab

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [EditorBrowsable(EditorBrowsableState.Never)]
    public Graphics Graphics { get; }

    Property Value

    Type Description
    Graphics

    An object that provides access to the drawing surface.

    See Also