Class StringComparisonFilterControl
Inheritance
System.Object
StringComparisonFilterControl
Assembly: Simplic.User.UI.dll
Syntax
public class StringComparisonFilterControl : IFilteringControl
Constructors
|
Improve this Doc
View Source
StringComparisonFilterControl()
Declaration
public StringComparisonFilterControl()
Fields
|
Improve this Doc
View Source
FilteredTextProperty
Declaration
public static readonly DependencyProperty FilteredTextProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
IsActiveProperty
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
LabelTextProperty
Declaration
public static readonly DependencyProperty LabelTextProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
|
Improve this Doc
View Source
FilteredText
Declaration
public string FilteredText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LabelText
Declaration
public string LabelText { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Prepare(GridViewColumn)
Declaration
public void Prepare(GridViewColumn columnToPrepare)
Parameters
Type |
Name |
Description |
GridViewColumn |
columnToPrepare |
|