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

DataLayoutItem.MultilineTextMinHeight Property

Gets or sets the minimum height of the layout item editor, if this editor displays multiline text.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v19.2.dll

Declaration

public static double MultilineTextMinHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the minimum height of the layout item editor.

Remarks

You can apply a certain formatting to DataLayoutItems by declaring corresponding DataType attributes before related properties of the bound object. If a control hosted by this DataLayoutItem formats its values as multiline text, use the MultilineTextMinHeight property to set the minimum height for this control.

Note

The MultilineTextMinHeight property is in effect only for layout items that are generated automatically from the bound DataLayoutControl.CurrentItem object.

See Also