[]
Filter control for CustomFilter model
[TemplatePart(Name = "Content", Type = typeof(ContentPresenter))]
public class CustomFilterPresenter : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| CustomFilterPresenter() | Initializes a new instance of a CustomFilterPresenter. |
| Name | Description |
|---|---|
| ContentProperty | Identifies the Content dependency property. |
| ContentTemplateProperty | Identifies the ContentTemplate dependency property. |
| FilterProperty | CustomFilter dependency property |
| Name | Description |
|---|---|
| Content | Content of CustomFilter |
| ContentTemplate | DataTemplate for content |
| Filter | CustomFilter model |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the CustomFilterPresenter control when a new template is applied. |