Back to Devexpress

ASPxCardView.SearchPanelEditorInitialize Event

aspnet-devexpress-dot-web-dot-aspxcardview-9cb51ef8.md

latest2.5 KB
Original Source

ASPxCardView.SearchPanelEditorInitialize Event

Enables you to customize the properties of an editor displayed within the search panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxCardViewSearchPanelEditorEventHandler SearchPanelEditorInitialize
vb
Public Event SearchPanelEditorInitialize As ASPxCardViewSearchPanelEditorEventHandler

Event Data

The SearchPanelEditorInitialize event's data class is ASPxCardViewSearchPanelEditorEventArgs. The following properties provide information specific to this event:

PropertyDescription
EditorGets the editor currently being processed. Inherited from ASPxGridEditorEventArgs.
ValueGets the editor’s value. Inherited from ASPxGridEditorEventArgs.

Remarks

The SearchPanelEditorInitialize event enables you to customize search panel editor properties.

The processed editor is returned by the ASPxGridEditorEventArgs.Editor property. Its value is returned by the ASPxGridEditorEventArgs.Value property.

See Also

SearchPanelEditorCreate

Card View

Card View Search Panel

Card View Elements

Online Demo: CardView - Search Panel

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace