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.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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.