Back to Devexpress

Sections.CreateAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-sections-dot-createasync.md

latest708 B
Original Source

Sections.CreateAsync Method

NameParametersDescription
CreateAsync(SectionBreakType, CancellationToken)type, cancellationTokenInserts a section break at the current position and creates a new section.
CreateAsync(Int32, SectionBreakType, CancellationToken)position, type, cancellationTokenInserts a section break at the specified position and creates a new section.