Back to Devexpress

ShowPropertiesMode Enum

wpf-devexpress-dot-xpf-dot-propertygrid-c513761d.md

latest1.3 KB
Original Source

ShowPropertiesMode Enum

Lists values that specify which properties are shown.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public enum ShowPropertiesMode
vb
Public Enum ShowPropertiesMode

Members

NameDescription
All

Display all properties in the underlying data source.

| | WithPropertyDefinitions |

Display only properties that are defined in XAML.

|

The following properties accept/return ShowPropertiesMode values:

Remarks

The values listed by this enumeration are used to set the PropertyGridControl.ShowProperties property.

See Also

DevExpress.Xpf.PropertyGrid Namespace