Back to Devexpress

ItemsView.OptionsSelection Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-items-dot-itemsview-7ef319ca.md

latest1.7 KB
Original Source

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.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public ItemsViewOptionsSelection OptionsSelection { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsSelection As ItemsViewOptionsSelection

Property Value

TypeDescription
ItemsViewOptionsSelection

Stores text selection settings.

|

See Also

ItemsView Class

ItemsView Members

DevExpress.XtraGrid.Views.Items Namespace