New to Telerik UI for WPFStart a free 30-day trial

Provides factory methods for creating built-in section column collections.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public static class SectionColumnCollectionFactory

Inheritance: objectSectionColumnCollectionFactory

Methods

Create SectionColumnCollection for given built-in SectionColumnsLayout.

C#
public static SectionColumnCollection Create(SectionColumnsLayout sectionColumnsLayout, Section section)
Parameters:sectionColumnsLayoutSectionColumnsLayout

The section columns layout for which to create the collection.

sectionSection

The section from the document for which to create the collection.

Returns:

SectionColumnCollection

The created collection for given layout type.

Exceptions:

ArgumentNullException

if the section is null.