EditBaseActualAppearance.HorizontalOptions Property
In This Article
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
C#
public LayoutOptions HorizontalOptions { get; }
#Property Value
Type | Description |
---|---|
Layout |
The horizontal option value. |
See Also