Show / Hide Table of Contents

Class FilterPropertiesEventArgs

Provides data for the FilterProperties event.

Inheritance
System.Object
FilterPropertiesEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public class FilterPropertiesEventArgs

Properties

Property

Gets the property descriptor.

Declaration
public PropertyDescriptor Property { get; set; }
Property Value
Type Description
PropertyDescriptor

Skip

Gets or sets a value that indicates whether this property should be skipped.

Declaration
public bool Skip { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX