TreeNodeSwipeItem Class
Stores the caption and image settings for an action button shown when a user swipes a node in the TreeView.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
[DXLicenseMAUI]
public class TreeNodeSwipeItem :
DXContentPresenter,
ISwipeItem
Related API Members
The following members return TreeNodeSwipeItem objects:
Remarks
For more information, refer to the following help topic: Swipe Gestures in Tree View for .NET MAUI.
Implements
Show 14 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
Show 13 items
System.Object
BindableObject
Element
NavigableElement
VisualElement
View
DevExpress.Maui.Core.Internal.DXViewElement
DevExpress.Maui.Core.Internal.DXViewBaseCore
DXViewBase
DXBorder
DXContentPresenterBase
DXContentPresenter
TreeNodeSwipeItem
See Also