Show / Hide Table of Contents

Class ItemsSourceFilteringEventArgs

Provides event information for the ItemsSourceFiltering event.

Inheritance
object
EventArgs
ItemsSourceFilteringEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ItemsSourceFilteringEventArgs : EventArgs

Properties

View Source

IsFiltered

Gets or sets a value indicating whether this instance is filtered.

Declaration
public bool IsFiltered { get; set; }
Property Value
Type Description
bool
View Source

Item

Gets or sets the filter item.

Declaration
public object Item { get; }
Property Value
Type Description
object

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX