RichEditRibbonTabCollectionBuilder.InsertFileTab(Int32) Method
In This Article
Inserts the File tab to the ribbon tab collection at the specified position.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public RichEditRibbonTabInfoBuilder InsertFileTab(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The position to insert the tab. |
#Returns
Type | Description |
---|---|
Rich |
An object that can be used to further configure the inserted tab. |
See Also