DataFormItemLength.Implicit(Double to DataFormItemLength) Operator
Implicitly converts double absoluteValue into DataFormItemLength with size set to the value in pixels.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public static implicit operator DataFormItemLength(double absoluteValue)
Parameters
Name | Type | Description |
---|---|---|
absoluteValue | Double | The absolute length in pixels. |
Returns
Type | Description |
---|---|
DataFormItemLength | The absolute length in pixels. |
See Also