Intersoft ClientUI Documentation
AllowNullProperty Field
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXMaskedInputBase Class : AllowNullProperty Field






Identifies the AllowNull dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly AllowNullProperty As DependencyProperty
Visual Basic (Usage)Copy Code
Dim value As DependencyProperty
 
value = UXMaskedInputBase.AllowNullProperty
C# 
public static readonly DependencyProperty AllowNullProperty
Delphi 
public field AllowNullProperty: DependencyProperty; static; readonly 
JScript 
public static var AllowNullProperty : DependencyProperty;
Managed Extensions for C++ 
public: static readonly DependencyProperty* AllowNullProperty
C++/CLI 
public:
static readonly DependencyProperty^ AllowNullProperty

Requirements

By default the property is set to False.

See Also

© 2012 All Rights Reserved.