A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.OptionalMark Property
Gets or sets the text displayed within optional marks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue("(optional)")]
public virtual string OptionalMark { get; set; }
<DefaultValue("(optional)")>
Public Overridable Property OptionalMark As String
Property Value
Type | Default | Description |
---|---|---|
String | "(optional)" |
A string value that specifies an optional mark text. |
See Also
Feedback