Back to Devexpress

TreeNodeSwipeItem Class

maui-devexpress-dot-maui-dot-treeview-15637e67.md

latest3.4 KB
Original Source

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

csharp
[DXLicenseMAUI]
public class TreeNodeSwipeItem :
    DXContentPresenter,
    ISwipeItem

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

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

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

Extension Methods

Yield<TreeNodeSwipeItem>()

YieldIfNotNull<TreeNodeSwipeItem>()

See Also

TreeNodeSwipeItem Members

DevExpress.Maui.TreeView Namespace