Share via


W.default Field

Definition

Represents the w:default XML elements and attribute.

public static readonly System.Xml.Linq.XName default;
 staticval mutable default : System.Xml.Linq.XName
Public Shared ReadOnly default As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: checkBox, ddList, textInput.
  • has the following XML attributes: val.
  • corresponds to the following strongly-typed classes: DefaultCheckBoxFormFieldState, DefaultDropDownListItemIndex, DefaultTextBoxFormFieldString.

As an XML attribute, it:

  • is contained in the following XML elements: style.
  • corresponds to the following strongly-typed properties: Style.Default.

Applies to