Version

CurrentValue Property

Returns the editor's current value.
Syntax
'Declaration
 
Public ReadOnly Property CurrentValue As Object
public object CurrentValue {get;}
Remarks

Note: Accessing the CurrentValue property (which delegates to the editor's Infragistics.Win.EmbeddableEditorBase.Value property) when the IsValid property returns false will result in an exception being thrown. For this reason, callers should always verify that the current value is valid before accessing the property by checking the return from the IsValid property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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