ASPxGridEditorCreateEventArgs.EditorProperties Property
In This Article
Gets or sets the filter cell’s editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public EditPropertiesBase EditorProperties { get; set; }
#Property Value
Type | Description |
---|---|
Edit |
A Edit |
See Also