Skip to main content
All docs
V25.1
  • ItemsView.SelectedTextChanged Event

    Occurs whenever the SelectedText property changes its value. See this article for more information: AllowContentSelection.

    Namespace: DevExpress.XtraGrid.Views.Items

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    [DXCategory("Events")]
    public event EventHandler SelectedTextChanged

    Event Data

    The SelectedTextChanged event's data class is EventArgs.

    See Also