IWrappable Interface

Specifies if the object contains wrappable data.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public interface IWrappable

Remarks

Wrappable data is typically a String object. If such data is painted into a client area, one should specify how the data is painted, if there is not enough space in the client area to draw the data.

Properties

ValueStringFormat Gets or sets the string format of the wrappable data.
WrapMode Gets or sets the text wrapping mode.

See Also

Reference

TextWrappingModes