Class PreFilterPropertiesEventArgs
- Namespace
- Alternet.FormDesigner.Wpf.PropertyGrid
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Provides data for the PreFilterProperties
handler.
public class PreFilterPropertiesEventArgs : EventArgs
- Inheritance
-
PreFilterPropertiesEventArgs
Constructors
- PreFilterPropertiesEventArgs(MemberDescriptor)
Initializes a new instance of the
PreFilterPropertiesEventArgs
class with specifiedMemberDescriptor
.
Properties
- IsExcluded
Gets or sets a value indicating whether the specified property should not be displayed by the property grid.
- Property
Gets a property that is being pre-filtered.