'Declaration
Public Event CustomizeFilterEditor As CustomizeFilterEditorEventHandler
public event CustomizeFilterEditorEventHandler CustomizeFilterEditor
Event Data
The event handler receives an argument of type CustomizeFilterEditorEventArgs containing data related to this event. The following CustomizeFilterEditorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the column for filtering. |
Control | Gets or sets the value of the localized string. |
EditorType | Gets the data type for the value editor of filter condition. |
See Also