Back to Devexpress

VGridOptionsBehavior.UseDefaultEditorsCollection Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-4db969d8.md

latest2.3 KB
Original Source

VGridOptionsBehavior.UseDefaultEditorsCollection Property

Gets or sets whether editors from the PropertyGridControl.DefaultEditors collection are used to represent and edit row values of specific types.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseDefaultEditorsCollection { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property UseDefaultEditorsCollection As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if editors from the PropertyGridControl.DefaultEditors collection are used; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseDefaultEditorsCollection
VGridControlBase

.OptionsBehavior .UseDefaultEditorsCollection

|

Remarks

See the PropertyGridControl.DefaultEditors topic for more information.

See Also

DefaultEditors

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace