Skip to main content
Tab

FilterControlCriteriaValueEditorCreateEventArgs.EditorProperties Property

Gets or sets the processed editor properties.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public EditPropertiesBase EditorProperties { get; set; }

#Property Value

Type Description
EditPropertiesBase

An EditPropertiesBase class descendant object that is the processed editor properties.

See Also