Skip to main content
All docs
V25.1
  • ItemsView.OptionsSelection Property

    Allows you to access properties that control text selection behavior inside this ItemsView. 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("Options")]
    [XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
    [XtraSerializablePropertyId(4)]
    public ItemsViewOptionsSelection OptionsSelection { get; }

    Property Value

    Type Description
    ItemsViewOptionsSelection

    Stores text selection settings.

    See Also