Skip to main content
All docs
V24.1

ActivationActionEventArgsBase.MouseLeftButtonEventArgs Property

Gets event arguments for the MouseLeftButtonDown and MouseLeftButtonUp activation actions.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v24.1.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