GrapeCity MultiRow Windows Forms Documentation
PopupValueMember Property (PopupEditingControl)


Gets or sets a value that indicates which member value of the System.Windows.Forms.CommonDialog or System.Windows.Forms.Form is displayed in the editing control.
Syntax
<SRCategoryAttribute("Behavior")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.PopupValueMemberEditor,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Property PopupValueMember As String
Dim instance As PopupEditingControl
Dim value As String
 
instance.PopupValueMember = value
 
value = instance.PopupValueMember
[SRCategory("Behavior")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.PopupValueMemberEditor,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public string PopupValueMember {get; set;}

Property Value

A System.String value that represents which member value of the System.Windows.Forms.CommonDialog or System.Windows.Forms.Form is displayed in the editing control.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe assigned value is not a valid member of the System.Windows.Forms.CommonDialog or System.Windows.Forms.Form that is specified by the Popup property.
System.ArgumentNullExceptionThe assigned value is a null reference (Nothing in Visual Basic).
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

Reference

PopupEditingControl Class
PopupEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.