Name | Description | |
---|---|---|
DateTimeOffsetFilter Constructor |
The following tables list the members exposed by DateTimeOffsetFilter.
Name | Description | |
---|---|---|
DateTimeOffsetFilter Constructor |
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) | |
CombinationExpressions | Flattened CombinationExpression (Inherited from C1.WinUI.DataFilter.ConditionalFilter) | |
DateFormat | Gets or sets the custom date format string. | |
DatePlaceholder | Gets or sets the date part placeholder text. | |
Delay | Gets or sets the delay that occurs between the key strokes and the value changed event. (Inherited from C1.WinUI.DataFilter.ConditionalFilter) | |
Expression | Gets or sets the expression of the current Filter. (Inherited from C1.WinUI.DataFilter.ConditionalFilter) | |
HeaderText | Gets or sets a value of header text of the current Filter. (Inherited from C1.WinUI.DataFilter.Filter) | |
IsApplied | Gets a value indicating the current Filter is applied or not. (Inherited from C1.WinUI.DataFilter.Filter) | |
IsAutoGenerated | Gets a value indicating whether this filter was generated automatically. (Inherited from C1.WinUI.DataFilter.Filter) | |
Maximum | Gets or sets the maximum possible value for the filter. | |
Minimum | Gets or sets the minimum possible value for the filter. | |
Offset | Gets and sets the time difference between the time in the filter's presentation UI and Coordinated Universal Time (UTC). | |
PropertyName | Gets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WinUI.DataFilter.Filter) | |
TimeFormat | Gets or sets the custom time format string. | |
TimeIncrement | Gets or sets the increment applied when the user pressed the up/down arrow keys in a time part. | |
TimePlaceholder | Gets or sets the time part placeholder text. | |
ToolTip | Gets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WinUI.DataFilter.Filter) |
Name | Description | |
---|---|---|
Reset | Resets the filter value to the default value. (Inherited from C1.WinUI.DataFilter.ConditionalFilter) |
Name | Description | |
---|---|---|
OnAttachedStateChanged | Calls when the filter state was changed. (Inherited from C1.WinUI.DataFilter.Filter) | |
OnPropertyChanged | Overloaded. Raises the NotifyPropertyChanged.PropertyChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) | |
OnValueChanged | Raises the NotifyPropertyChanged.ValueChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) | |
SetField<T> | Compares two values of property and raises an NotifyPropertyChanged.PropertyChanged event if they are different. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) |
Name | Description | |
---|---|---|
AttachedStateChanged | Notifies clients that a Filter.AttachedState value has changed. (Inherited from C1.WinUI.DataFilter.Filter) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) | |
ValueChanged | Occurs when a value of current Filter changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) |