Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Determines if the user can customize the Event Filter.")> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.All)> <DefaultValueAttribute()> Public Property EnableFilterChange As Boolean |
C# | |
---|---|
[DescriptionAttribute("Determines if the user can customize the Event Filter.")] [CategoryAttribute("Behavior")] [RefreshPropertiesAttribute(RefreshProperties.All)] [DefaultValueAttribute()] public bool EnableFilterChange {get; set;} |