ASPxGridViewSearchPanelEditorCreateEventArgs(EditPropertiesBase, Object) Constructor
Initializes a new instance of the ASPxGridViewSearchPanelEditorCreateEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxGridViewSearchPanelEditorCreateEventArgs(
EditPropertiesBase editorProperties,
object value
)
Parameters
Name | Type | Description |
---|---|---|
editorProperties | EditPropertiesBase | An EditPropertiesBase descendant that contains the search panel editor’s properties. This value is assigned to the ASPxGridEditorCreateEventArgs.EditorProperties property. |
value | Object | An object that specifies the search panel editor’s value. This value is assigned to the ASPxGridEditorCreateEventArgs.Value property. |
See Also