Skip to main content
A newer version of this page is available. .

ColumnDefinitions(ColumnDefinitions, LayoutGroup) Constructor

Initializes a new instance of a ColumnDefinitions class with the settings of the specified source object and with the specified owner.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public ColumnDefinitions(
    ColumnDefinitions source,
    LayoutGroup ownerGroup
)

Parameters

Name Type Description
source ColumnDefinitions

An object whose settings are used to initialize the created object.

ownerGroup LayoutGroup

A layout group that owns the created object.

See Also