Name | Description | |
---|---|---|
![]() | ActualHeaderText | Gets the header that will be shown in the column header. if Filter.HeaderText is not specified the Filter.PropertyName property will be used. (Inherited from C1.WinUI.DataFilter.Filter) |
![]() | AttachedState | Filter attached state. (Inherited from C1.WinUI.DataFilter.Filter) |
![]() | DisplayMemberPath | Gets or sets a path to a value on the source object to serve as the visual representation of the object. |
![]() | EmptyFilterBehavior | Gets or sets the behavior of CheckListFilter when an empty expression is assigned. |
![]() | Expression | Overridden. Gets or sets the expression of the current Filter. |
![]() | FilterSummary | Gets the filter summary of the current filter. (Inherited from C1.WinUI.DataFilter.FilterWithSummary) |
![]() | HeaderText | Gets or sets a value of header text of the current Filter. (Inherited from C1.WinUI.DataFilter.Filter) |
![]() | IsApplied | Overridden. Gets a value indicating the current Filter is applied or not. |
![]() | IsAutoGenerated | Gets a value indicating whether this filter was generated automatically. (Inherited from C1.WinUI.DataFilter.Filter) |
![]() | Items | Gets the items collection of checklist. |
![]() | ItemsSource | Gets or sets the object used as the items source for the checklist. |
![]() | MaxHeight | Gets or sets a maximum height of checklist. |
![]() | PropertyName | Gets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WinUI.DataFilter.Filter) |
![]() | SelectAllLabel | Gets or sets select all checkbox label. |
![]() | SelectedItems | Gets the collection of selected items. |
![]() | SelectionMode | Gets or sets a value indicating selection method for items of checklist. |
![]() | ShowSearchBox | Gets or sets a value indicating whether show search box or not. |
![]() | ShowSelectAll | Gets or sets a value indicating whether show select all checkbox or not. |
![]() | ToolTip | Gets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WinUI.DataFilter.Filter) |
![]() | ValueMemberPath | Gets or sets a path to a value on the source object to serve as the value representation of the object. |