GrapeCity MultiRow Windows Forms Documentation
GcMultiRow Property (ValidateContext)


Gets the GcMultiRow control in which the validation occurs.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Naming", 
   CheckId="CA1704:IdentifiersShouldBeSpelledCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Multi", 
   Justification="")>
<SuppressMessageAttribute(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Gc", 
   Justification="")>
Public ReadOnly Property GcMultiRow As GcMultiRow
Dim instance As ValidateContext
Dim value As GcMultiRow
 
value = instance.GcMultiRow
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1704:IdentifiersShouldBeSpelledCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Multi", 
   Justification="")]
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Gc", 
   Justification="")]
public GcMultiRow GcMultiRow {get;}

Property Value

A GcMultiRow control that indicates where the validation occurs.
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

ValidateContext Class
ValidateContext Members

 

 


Copyright © GrapeCity, inc. All rights reserved.