Intersoft WebGrid Documentation
Operator Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFormatCondition Class : Operator Property






Gets or sets the operator that will execute the format condition.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property Operator As ColumnFilterType
Visual Basic (Usage)Copy Code
Dim instance As WebGridFormatCondition
Dim value As ColumnFilterType
 
instance.Operator = value
 
value = instance.Operator
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public ColumnFilterType Operator {get; set;}
Delphi 
public read-write property Operator: ColumnFilterType; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set Operator : ColumnFilterType
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property ColumnFilterType get_Operator();
public: __property void set_Operator( 
   ColumnFilterType value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property ColumnFilterType Operator {
   ColumnFilterType get();
   void set (    ColumnFilterType value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.