PGridOptionsBehavior.ValueDisplayMode Property
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v25.1.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 |
|
See Also