Skip to main content

ColumnDefinition(LayoutGroup, Double, SizeType) Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ColumnDefinition(
    LayoutGroup owner,
    double size,
    SizeType sizingType
)

Parameters

Name Type Description
owner LayoutGroup

A layout group that owns the created ColumnDefinition object.

size Double

The width of the created column. This value is assigned to the ColumnDefinition.Width property.

sizingType SizeType

The size type of the created column. This value is assigned to the ColumnDefinition.SizeType property.

See Also