Back to Devexpress

CardView.OptionsBehavior Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardview-8601e720.md

latest1.9 KB
Original Source

CardView.OptionsBehavior Property

Provides access to the View’s behavior options.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
CardOptionsBehavior

A CardOptionsBehavior object containing the View’s behavior options.

|

Remarks

The returned object provides a set of Boolean properties specifying whether a View’s particular functionality is enabled. Please refer to the CardOptionsBehavior class description for a list of available options and their descriptions.

See Also

CardOptionsBehavior

CardView Class

CardView Members

DevExpress.XtraGrid.Views.Card Namespace