GridListEditor.ProcessSelectedItemBySingleClick Property
Specifies whether a List View’s record must be processed after a click or a double-click.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a List View’s record must be processed after a click; false if a List View’s record must be processed after a double-click. |
Remarks
If you need to specify that a List View’s records must be processed after a click rather than the usual double-click, set this property to true.
See Also