Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SectionColumns Members

In This Article
Represents an interface for creating, applying and retrieving a column layout of a section in a document.

#Properties

Name Description
Count Gets the number of columns in the section.

#Methods

Name Description
CreateUniformColumns(SectionPage, Single, Int32) Creates a uniform column layout using the current page settings.
CreateUniformColumns(Single, Single, Int32) Creates a uniform column layout using the specified settings.
GetColumns() Gets the column layout of the current section.
SetColumns(SectionColumnCollection) Applies the columns to the section.
See Also