Skip to main content
All docs
V23.2

ActivationActionEventArgsBase.MouseLeftButtonEventArgs Property

Gets event arguments for the MouseLeftButtonDown and MouseLeftButtonUp activation actions.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public MouseButtonEventArgs MouseLeftButtonEventArgs { get; }

Property Value

Type Description
MouseButtonEventArgs

Event arguments for the MouseLeftButtonDown and MouseLeftButtonUp activation actions.

See Also