Skip to main content
A newer version of this page is available. .
Tab

ASPxGridEditorCreateEventArgs.EditorProperties Property

Gets or sets the filter cell’s editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public EditPropertiesBase EditorProperties { get; set; }

Property Value

Type Description
EditPropertiesBase

A EditPropertiesBase descendant that contains the cell editor’s properties.

See Also