NullableBool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom Windows.UI.Xaml.Markup.MarkupExtension which can provide nullable bool values. See https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/17767198-nullable-dependency-properties.
[Windows.UI.Xaml.Data.Bindable]
[Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(System.Nullable<System.Boolean>))]
public class NullableBool : Windows.UI.Xaml.Markup.MarkupExtension
[<Windows.UI.Xaml.Data.Bindable>]
[<Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(System.Nullable<System.Boolean>))>]
type NullableBool = class
inherit MarkupExtension
Public Class NullableBool
Inherits MarkupExtension
- Inheritance
-
Windows.UI.Xaml.Markup.MarkupExtensionNullableBool
- Attributes
-
Windows.UI.Xaml.Data.BindableAttribute Windows.UI.Xaml.Markup.MarkupExtensionReturnTypeAttribute
Constructors
NullableBool() |
Properties
IsNull |
Gets or sets a value indicating whether the value should be null. Overrides the Value property. |
Value |
Gets or sets a value indicating whether the value of the Boolean is true. Ignored if IsNull is true. |
Methods
ProvideValue() |