Xceed DataGrid for Silverlight Documentation
EndsWithFilterOperatorVisible Property


Gets or sets a value indicating whether the "ends-with" filter operator is visible.
Syntax
'Declaration
 
Public Property EndsWithFilterOperatorVisible As Boolean
'Usage
 
Dim instance As FilterCell
Dim value As Boolean
 
instance.EndsWithFilterOperatorVisible = value
 
value = instance.EndsWithFilterOperatorVisible
public bool EndsWithFilterOperatorVisible {get; set;}

Property Value

true if the "ends-with" filter operator is visible; false otherwise. By default, true.
Remarks

Regardless of the value of the EndsWithFilterOperatorVisible property, if the data type of the parent column (see DataType property) does not allow the operator to be displayed, it will remain hidden.

Operator Data Type
ContainedIn String
Contains String
EndsWith String
Equal All primitive types, enumerations, IEquatable<T>, and IComparable
GreaterThan All primitive types, enumerations, and IComparable
GreaterThanOrEqual All primitive types, enumerations, and IComparable
LessThan All primitive types, enumerations, and IComparable
LessThanOrEqual All primitive types, enumerations, and IComparable
NotEqual All primitive types, enumerations, IEquatable<T>, and IComparable
StartsWith String
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

FilterCell Class
FilterCell Members

Send Feedback