Skip to main content
All docs
V26.1
  • ToggleSwitchEdit.UndefinedStateContent Property

    Gets or sets the content that is displayed when the toggle switch edit is in the undefined state. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public object UndefinedStateContent { get; set; }

    Property Value

    Type Description
    Object

    The content of the toggle switch.

    See Also