Class ColumnFilterDescriptorExtensions
Extension methods for the IColumnFilterDescriptor interface.
Inheritance
System.Object
ColumnFilterDescriptorExtensions
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: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public static class ColumnFilterDescriptorExtensions
Methods
CopyFrom(IColumnFilterDescriptor, IColumnFilterDescriptor)
Copies all filtering settings from the source IColumnFilterDescriptor.
Declaration
public static void CopyFrom(this IColumnFilterDescriptor target, IColumnFilterDescriptor source)
Parameters
IColumnFilterDescriptor
target
The target. |
IColumnFilterDescriptor
source
The source. |