Back to Devexpress

PropertyGridControl.OptionsBehavior Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-17ccdcdd.md

latest1.7 KB
Original Source

PropertyGridControl.OptionsBehavior Property

Provides access to the grid’s behavior options.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
PGridOptionsBehavior

A PGridOptionsBehavior object which contains the grid’s behavior options.

|

Remarks

This property provides access to a set of Boolean properties which describe the grid’s current functionality.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.XtraVerticalGrid Namespace