GrapeCity MultiRow Windows Forms Documentation
Modified Property (Section)


Gets or sets a value that indicates whether the section has been modified.
Syntax
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Property Modified As Boolean
Dim instance As Section
Dim value As Boolean
 
instance.Modified = value
 
value = instance.Modified
[DefaultValue()]
[Browsable(false)]
public bool Modified {get; set;}

Property Value

true if the section has been modified; otherwise, false. The default is false.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe section has not been added to a GcMultiRow control when setting this property.
Remarks
If you set Section.Modified to true, GcMultiRow.Modified changes to true.
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

Section Class
Section Members
GcMultiRow.Modified

 

 


Copyright © GrapeCity, inc. All rights reserved.