Back to Devexpress

BaseEdit.SelectAll() Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-ffa28b95.md

latest1.3 KB
Original Source

BaseEdit.SelectAll() Method

Selects the editor’s entire content.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void SelectAll()
vb
Public Overridable Sub SelectAll

Remarks

As implemented in the BaseEdit class, the SelectAll method does nothing. It is overridden by derived classes to select the editor’s entire content. The method is declared in the BaseEdit class because that is the type of editors referenced by container controls’ properties.

See Also

DeselectAll()

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace