OPCAE.NET Reference Manual
EnableDetailView Property
See Also  Send Feedback
OPCAE.NET.Controls Namespace > EventView Class : EnableDetailView Property

Glossary Item Box

Determines if the user can select the Event Details view.

Syntax

Visual Basic (Declaration) 
<RefreshPropertiesAttribute(RefreshProperties.All)>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines if the user can select the Event Details view.")>
Public Property EnableDetailView As Boolean
C# 
[RefreshPropertiesAttribute(RefreshProperties.All)]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines if the user can select the Event Details view.")]
public bool EnableDetailView {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.