NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Calendar.ShowGridLines

[To be supplied.]

[Visual Basic]
Public Property ShowGridLines As Boolean
[C#]
public bool ShowGridLines {get; set;}
[C++]
public: __property bool get_ShowGridLines();
public: __property void set_ShowGridLines(bool);
[JScript]
public function get ShowGridLines() : Boolean;
public function set ShowGridLines(Boolean);

See Also

Calendar Class | Calendar Members | System.Web.UI.WebControls Namespace