Back to Devexpress

LayoutGroup.ClearSelection() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-b5f55c1a.md

latest1.2 KB
Original Source

LayoutGroup.ClearSelection() Method

Clears selected items specified by the LayoutGroup.SelectedItems property.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual bool ClearSelection()
vb
Public Overridable Function ClearSelection As Boolean

Returns

TypeDescription
Boolean

true if the selection was modified; otherwise, false.

|

See Also

SelectedItems

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace