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

ColumnDefinition(LayoutGroup) Constructor

Initializes a new instance of a ColumnDefinition class with the specified owner.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public ColumnDefinition(
    LayoutGroup owner
)

Parameters

Name Type Description
owner LayoutGroup

A layout group that owns the created ColumnDefinition object.

See Also