Back to Devexpress

ItemsView.OptionsBehavior Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-items-dot-itemsview-6d59b5ba.md

latest1.4 KB
Original Source

ItemsView.OptionsBehavior Property

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 ItemsViewOptionsBehavior OptionsBehavior { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsBehavior As ItemsViewOptionsBehavior

Property Value

Type
DevExpress.XtraGrid.Views.Items.ItemsViewOptionsBehavior

See Also

ItemsView Class

ItemsView Members

DevExpress.XtraGrid.Views.Items Namespace