Back to Devexpress

TreeListRowClickEventArgs.ShiftKey Property

blazor-devexpress-dot-blazor-dot-treelistrowclickeventargs-581b2657.md

latest1.1 KB
Original Source

TreeListRowClickEventArgs.ShiftKey Property

Returns whether the Shift key was pressed when a user clicked a row.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public bool ShiftKey { get; }

Property Value

TypeDescription
Boolean

true if the Shift key was pressed when a user clicked a row; otherwise, false.

|

Remarks

Refer to the RowClick or RowDoubleClick event description for additional information and an example.

See Also

TreeListRowClickEventArgs Class

TreeListRowClickEventArgs Members

DevExpress.Blazor Namespace