The CheckBoxFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Check |
Checks the checkbox for value.
|
![]() | GetPropertyValue | Gets the value of a specified property. (Inherited from ColumnFilter.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasPropertyValue |
Checks if there is a valid value for a specified property.
(Inherited from ColumnFilter.) |
![]() | IsChecked |
Determines whether the specified value is checked.
|
![]() | Reset |
Resets the filter, so that it no longer filters out any rows.
Resetting this filter causes IncludeEmpty to be set to
true.
(Overrides FilterBaseReset.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
![]() | Uncheck |
Unchecks the checkbox for value.
|
![]() | UncheckAll |
Unchecks the checkboxes for all values in this instance.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also