Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that determines whether the data for a DataRepeaterItem in a DataRepeater control has been changed by a user.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDirty As Boolean
Get
[BrowsableAttribute(false)]
public bool IsDirty { get; }
[BrowsableAttribute(false)]
public:
property bool IsDirty {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsDirty : bool
function get IsDirty () : boolean
Property Value
Type: System.Boolean
true if the data has been changed; otherwise, false.
Remarks
Use this property to determine whether data in a DataRepeaterItem has been changed by a user.
Hinweis
When the VirtualMode property is set to False (the default), this property will always return false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace