Skip to main content
A newer version of this page is available. .
Tab

ASPxFormLayout.OptionalMark Property

Gets or sets the text displayed within optional marks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("(optional)")]
public string OptionalMark { get; set; }

Property Value

Type Default Description
String "(optional)"

A string value that specifies an optional mark text.

See Also