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

    Provides access to the drawing surface.

    Namespace: DevExpress.XtraTab

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    Graphics

    An object that provides access to the drawing surface.

    See Also