EditBaseActualAppearance.HorizontalOptions Property
Gets the horizontal option value that is applied to the EditBase. To specify this value, use the EditBase‘s HorizontalOptions
property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public LayoutOptions HorizontalOptions { get; }
Property Value
Type | Description |
---|---|
LayoutOptions | The horizontal option value. |
See Also