Skip to main content

ColumnDefinitions(LayoutGroup) Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ColumnDefinitions(
    LayoutGroup owner
)

Parameters

Name Type Description
owner LayoutGroup

A layout group that owns the created ColumnDefinitions object.

See Also