TreeListRowClickEventArgs.ShiftKey Property
In This Article
Returns whether the Shift key was pressed when a user clicked a row.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool ShiftKey { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Refer to the RowClick or RowDoubleClick event description for more information and an example.
See Also