[]
CustomFilter that represent UI for CustomFilter model
[TemplatePart(Name = "Content", Type = typeof(ContentPresenter))]
public class CustomFilterPresenter : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
CustomFilterPresenter() | Initializes a new instance of the CustomFilterPresenter class. |
Name | Description |
---|---|
ContentProperty | Identifies the Content dependency property. |
ContentTemplateProperty | Identifies the ContentTemplate dependency property. |
FilterProperty | Identifies the Filter dependency property. |
Name | Description |
---|---|
Content | Content of CustomFilter. |
ContentTemplate | DataTemplate for content. |
Filter | CustomFilter model |
IsDisposed | Gets whether this instance is disposed. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the CustomFilterPresenter class. |
OnApplyTemplate() |