[]
Interface implemented by custom editors hosted in C1FilterEditor control.
public interface IValueEditor
| Name | Description |
|---|---|
| Enabled | Gets or sets a value indicating whether the editor can respond to user interaction. |
| Value | Gets or sets the value of custom editor. |
| Name | Description |
|---|---|
| ApplyStyle(FilterEditorTheme) | Applies a FilterEditorTheme to the custom editor. |
| Dispose() | Releases the unmanaged resources used by the custom editor. |
| Name | Description |
|---|---|
| ValueChanged | Occurs when the Value property changed. |