Skip to main content

PGridOptionsBehavior.ValueDisplayMode Property

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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