Class GridViewCreateCompositeFilterDialogEventArgs
Inheritance
System.Object
System.EventArgs
GridViewCreateCompositeFilterDialogEventArgs
Inherited Members
System.EventArgs.Empty
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.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCreateCompositeFilterDialogEventArgs : EventArgs
Constructors
GridViewCreateCompositeFilterDialogEventArgs()
Declaration
public GridViewCreateCompositeFilterDialogEventArgs()
Properties
Dialog
Gets or sets the dialog.
Declaration
public BaseCompositeFilterDialog Dialog { get; set; }
Property Value
BaseCompositeFilterDialog
The dialog. |