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;} |