Skip to main content

LayoutGroup.ClearSelection() Method

Clears selected items specified by the LayoutGroup.SelectedItems property.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool ClearSelection()

Returns

Type Description
Boolean

true if the selection was modified; otherwise, false.

See Also