Name | Description | |
---|---|---|
![]() | DisplayedItems | Gets or sets the count of items displayed in the checklist, the checklist shows the 'more' button, when the ItemsSource contains more items. |
![]() | DisplayMemberPath | Gets or sets a path to a value on the source object to serve as the visual representation of the object. |
![]() | Expanded | Gets or set the expanded state of current Filter. (Inherited from C1.DataFilter.Filter) |
![]() | Expression | Overridden. Gets the expression of the current filter. |
![]() | FilterSummary | Gets the filter summary of the current filter. (Inherited from C1.DataFilter.FilterWithSummary) |
![]() | HeaderText | Gets or sets a value of header text of the current Filter. (Inherited from C1.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.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.DataFilter.Filter) |
![]() | SelectedItems | Gets the collection of selected items. |
![]() | SelectionMode | Gets or sets a value indicating selection method for items of checklist. |
![]() | ShowHeader | Gets or sets a value indicating whether to show the header or not. (Inherited from C1.DataFilter.Filter) |
![]() | 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.DataFilter.Filter) |
![]() | ValueMemberPath | Gets or sets a path to a value on the source object to serve as the value representation of the object. |