Intersoft WebGrid Documentation
ShowSplitterLine Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFreezePaneSettings Class : ShowSplitterLine Property






Specifies whether the splitter line that separate frozen columns and non-frozen columns is shown.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether the splitter line that separate frozen columns and non-frozen columns is shown.")>
Public Property ShowSplitterLine As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridFreezePaneSettings
Dim value As Boolean
 
instance.ShowSplitterLine = value
 
value = instance.ShowSplitterLine
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the splitter line that separate frozen columns and non-frozen columns is shown.")]
public bool ShowSplitterLine {get; set;}
Delphi 
public read-write property ShowSplitterLine: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether the splitter line that separate frozen columns and non-frozen columns is shown.")
public function get,set ShowSplitterLine : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the splitter line that separate frozen columns and non-frozen columns is shown.")]
public: __property bool get_ShowSplitterLine();
public: __property void set_ShowSplitterLine( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the splitter line that separate frozen columns and non-frozen columns is shown.")]
public:
property bool ShowSplitterLine {
   bool get();
   void set (    bool value);
}

Remarks

If you are displaying large data (eg, more than 1000 rows) in the WebGrid, it’s recommended to set ShowSplitterLine to False for best performance. For more information you can read How-to: Change splitter line’s appearance.

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

Reference

WebGridFreezePaneSettings Class
WebGridFreezePaneSettings Members

Tasks

How-to: Change splitter line’s appearance

Concepts

LiveFreeze™ behaviors and other notes
Main Concept

©2012 Intersoft Solutions Corp. All Rights Reserved.