Version

Search Results

ShouldSerializeMinDate Method

Returns a Boolean value that determines whether the MinDate property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the MinDate property is not set to its default value; otherwise, it returns False. Invoke the ResetMinDate metho...

ShouldSerializeNullable Method (UltraDateTimeEditor)

Determines whether the Nullable property should be serialized Syntax Return Value Boolean indicating whether the property should be serialized Example

ShouldSerializeNullText Method (UltraDateTimeEditor)

Determines whether the NullText property should be serialized Syntax Return Value Boolean indicating whether the property should be serialized Example

ShouldSerializeNullTextAppearance Method (UltraDateTimeEditor)

Returns a Boolean value that determines whether any properties of the NullTextAppearance have been set. Syntax Return Value True if the propery is set to a non-default value. Remarks Returns True if the NullTextAppearance property is not set to its default value; otherwise, it returns False. Use this method to det...

ShouldSerializePromptChar Method (UltraDateTimeEditor)

Determines whether the PromptChar property should be serialized Syntax Return Value Boolean indicating whether the property should be serialized Example

ShouldSerializeSpinButtonAlignment Method (UltraDateTimeEditor)

Returns a Boolean value that determines whether the SpinButtonAlignment property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the SpinButtonAlignment property is not set to its default value; otherwise, it returns False. Use t...

ShouldSerializeSpinButtonDisplayStyle Method (UltraDateTimeEditor)

Returns a Boolean value that determines whether the SpinButtonDisplayStyle property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the SpinButtonDisplayStyle property is not set to its default value; otherwise, it returns False....

ShouldSerializeSpinButtonIntervalSettings Method (UltraDateTimeEditor)

Returns a Boolean value that determines whether the SpinButtonIntervalSettings property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized

ShouldSerializeSpinIncrement Method

Determines whether the SpinIncrement property should be serialized Syntax Return Value Boolean indicating whether the property should be serialized Example