Skip to main content
Tab

ASPxGridEditorCreateEventArgs.EditorProperties Property

Gets or sets the filter cell’s editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public EditPropertiesBase EditorProperties { get; set; }

Property Value

Type Description
EditPropertiesBase

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

See Also