Interface IFilterViewItem
Namespace: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IFilterViewItem
Properties
IsModified
Declaration
bool IsModified { get; set; }
Property Value
System.Boolean
|
Owner
Text
Declaration
string Text { get; set; }
Property Value
System.String
|
Value
Declaration
object Value { get; set; }
Property Value
System.Object
|
Methods
GetFilterValue()
Declaration
string GetFilterValue()
Returns
System.String
|