Visual Basic (Declaration) | |
---|---|
<RefreshPropertiesAttribute(RefreshProperties.All)> <DefaultValueAttribute()> <DescriptionAttribute("Determines if the user can customize the columns in the Event View.")> <CategoryAttribute("Behavior")> Public Property EnableCustomize As Boolean |
C# | |
---|---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [DefaultValueAttribute()] [DescriptionAttribute("Determines if the user can customize the columns in the Event View.")] [CategoryAttribute("Behavior")] public bool EnableCustomize {get; set;} |