Class SetNullEventArgs
Provides data about a SetNull and events of a CurrencyTextBox, DoubleTextBox, IntegerTextBox, or PercentTextBox.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SetNullEventArgs : SyncfusionCancelEventArgs
Constructors
SetNullEventArgs(Object)
Initializes a new SetNullEventArgs with event data.
Declaration
public SetNullEventArgs(object nullValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | nullValue | The NULL value. |
Properties
NullValue
Returns the NULL value.
Declaration
[TraceProperty(true)]
public object NullValue { get; }
Property Value
Type |
---|
System.Object |