Indicates whether clicking on cell's header or row's header will navigate to other view or not.
Indicates whether clicking on cell's header or row's header will navigate to other view or not.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Indicates whether clicking on cell's header or row's header will navigate to other view or not.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Behavior")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property EnableNavigateToOtherView As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerViewSettings
Dim value As System.Boolean
instance.EnableNavigateToOtherView = value
value = instance.EnableNavigateToOtherView |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether clicking on cell's header or row's header will navigate to other view or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool EnableNavigateToOtherView {get; set;} |
Delphi | |
---|
public read-write property EnableNavigateToOtherView: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Indicates whether clicking on cell's header or row's header will navigate to other view or not.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set EnableNavigateToOtherView : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether clicking on cell's header or row's header will navigate to other view or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_EnableNavigateToOtherView();
public: __property void set_EnableNavigateToOtherView(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether clicking on cell's header or row's header will navigate to other view or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool EnableNavigateToOtherView {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is True.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also