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

    Gets an object that contains information about the tab being drawn.

    Namespace: DevExpress.XtraTab

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public TabDrawArgs ControlInfo { get; }

    Property Value

    Type Description
    DevExpress.XtraTab.Drawing.TabDrawArgs

    An object that contains information about the tab being drawn.

    See Also