Back to Devexpress

RowDefinition Constructors

windowsforms-devexpress-dot-xtralayout-dot-rowdefinition-dot-ctor.md

latest1.5 KB
Original Source

RowDefinition Constructors

Defines a row in a table layout.

NameParametersDescription
RowDefinition()noneInitializes a new instance of a RowDefinition class with the default settings.
RowDefinition(LayoutGroup, Double, SizeType, Boolean)owner, size, sizingType, visibleInitializes a new instance of the RowDefinition class with specified settings.
RowDefinition(LayoutGroup, Double, SizeType)owner, size, sizingTypeInitializes a new instance of a RowDefinition class with the specified settings.
RowDefinition(LayoutGroup)ownerInitializes a new instance of a RowDefinition class with the specified owner.

See Also

RowDefinition Class

RowDefinition Members

DevExpress.XtraLayout Namespace