Skip to main content

SectionColumn() Constructor

Initializes a new instance of the SectionColumn class with the default settings.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public SectionColumn()

Remarks

To create columns, use the SectionColumns.CreateUniformColumns method.

See Also