Skip to main content

RichEditRibbonTabCollectionBuilder.InsertHeaderAndFooterContextTab(Int32) Method

Inserts the Header And Footer context tab to the ribbon tab collection at the specified position.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RichEditRibbonTabInfoBuilder InsertHeaderAndFooterContextTab(
    int index
)

Parameters

Name Type Description
index Int32

The position to insert the tab.

Returns

Type Description
RichEditRibbonTabInfoBuilder

An object that can be used to further configure the inserted tab.

See Also