Skip to main content
A newer version of this page is available. .

PGridOptionsBehavior.ValueDisplayMode Property

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

[DefaultValue(PropertyGridValueDisplayMode.Default)]
[XtraSerializableProperty]
public virtual PropertyGridValueDisplayMode ValueDisplayMode { get; set; }

Property Value

Type Default
PropertyGridValueDisplayMode Default

Available values:

Name
Default
TypeConverter
DisplayText

Property Paths

You can access this nested property as listed below:

Object Type Path to ValueDisplayMode
PropertyGridControl
.OptionsBehavior .ValueDisplayMode
See Also