MindFusion.Wpf Pack Programmer's Guide
PropertyGrid.FilterTypeList Property
See Also
 





Get or sets a list of objects specifying which properties should be displayed in the grid. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public List<Type> FilterTypeList { get; set; }

Visual Basic  Copy Code

Public Property FilterTypeList As List(Of Type)

 Property Value

A list of Type objects, or null (Nothing in Visual Basic) to display all properties.

 See Also

PropertyGrid Members
PropertyGrid Class
MindFusion.UI.Wpf Namespace