FormItemBase.ShowArrow Property
Gets or sets whether to show the form items’s arrow. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ShowArrow { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also