Intersoft WebGrid Documentation
CaseSensitiveGrouping Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : CaseSensitiveGrouping Property






Specifies whether the grouping should be case sensitive when comparing text values.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies whether the grouping should be case sensitive when comparing text values.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property CaseSensitiveGrouping As CaseSensitive
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As CaseSensitive
 
instance.CaseSensitiveGrouping = value
 
value = instance.CaseSensitiveGrouping
C# 
[DescriptionAttribute("Specifies whether the grouping should be case sensitive when comparing text values.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public CaseSensitive CaseSensitiveGrouping {get; set;}
Delphi 
public read-write property CaseSensitiveGrouping: CaseSensitive; 
JScript 
DescriptionAttribute("Specifies whether the grouping should be case sensitive when comparing text values.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set CaseSensitiveGrouping : CaseSensitive
Managed Extensions for C++ 
[DescriptionAttribute("Specifies whether the grouping should be case sensitive when comparing text values.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property CaseSensitive get_CaseSensitiveGrouping();
public: __property void set_CaseSensitiveGrouping( 
   CaseSensitive value
);
C++/CLI 
[DescriptionAttribute("Specifies whether the grouping should be case sensitive when comparing text values.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property CaseSensitive CaseSensitiveGrouping {
   CaseSensitive get();
   void set (    CaseSensitive 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.