PersistDataIfNotVisible Property
In This Topic
Gets or sets a value indicating whether the image data will be persisted if the control is invisible.
Syntax
'Declaration
Public Property PersistDataIfNotVisible As System.Boolean
public System.bool PersistDataIfNotVisible {get; set;}
See Also