| C1.Web.Wijmo.Controls.C1Dialog Namespace > C1Dialog Class : Buttons Property |
'Declaration<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)> <C1DescriptionAttribute(Key="C1Dialog.Buttons", Description="Gets or sets which buttons should be displayed on the dialog.")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <C1CategoryAttribute("Behavior")> <System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <WidgetOptionAttribute()> <LayoutAttribute(LayoutType.Behavior)> <CollectionItemTypeAttribute(C1.Web.Wijmo.Controls.C1Dialog.DialogButton)> Public ReadOnly Property Buttons As System.Collections.Generic.List(Of DialogButton)
[System.Web.UI.PersistenceMode(PersistenceMode.InnerProperty)] [C1Description(Key="C1Dialog.Buttons", Description="Gets or sets which buttons should be displayed on the dialog.")] [System.ComponentModel.NotifyParentProperty(true)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [C1Category("Behavior")] [System.ComponentModel.TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [WidgetOption()] [Layout(LayoutType.Behavior)] [CollectionItemType(C1.Web.Wijmo.Controls.C1Dialog.DialogButton)] public System.Collections.Generic.List<DialogButton> Buttons {get;}
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