A newer version of this page is available.
Switch to the current version.
FilterControlCriteriaValueEditorCreateEventArgs.EditorProperties Property
Gets or sets the processed editor properties.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public EditPropertiesBase EditorProperties { get; set; }
Public Property EditorProperties As EditPropertiesBase
Property Value
Type | Description |
---|---|
EditPropertiesBase | An EditPropertiesBase class descendant object that is the processed editor properties. |
See Also
Feedback