aspnet-devexpress-dot-web-dot-editorcaptionsettings.md
Gets or sets the text displayed within optional marks.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue("(optional)")]
public string OptionalMark { get; set; }
<DefaultValue("(optional)")>
Public Property OptionalMark As String
| Type | Default | Description |
|---|---|---|
| String | "(optional)" |
A string value that specifies an optional mark text.
|
You can access this nested property as listed below:
Show 18 property paths
| Library | Object Type | Path to OptionalMark |
|---|---|---|
| ASP.NET MVC Extensions | MVCxBinaryImageEditProperties |
.CaptionSettings .OptionalMark
| | MVCxButtonEditProperties |
.CaptionSettings .OptionalMark
| | MVCxCalendarProperties |
.CaptionSettings .OptionalMark
| | MVCxCheckBoxListProperties |
.CaptionSettings .OptionalMark
| | MVCxColorEditProperties |
.CaptionSettings .OptionalMark
| | MVCxComboBoxProperties |
.CaptionSettings .OptionalMark
| | MVCxDateEditProperties |
.CaptionSettings .OptionalMark
| | MVCxDropDownEditProperties |
.CaptionSettings .OptionalMark
| | MVCxGridLookupProperties |
.CaptionSettings .OptionalMark
| | MVCxListBoxProperties |
.CaptionSettings .OptionalMark
| | MVCxMemoProperties |
.CaptionSettings .OptionalMark
| | MVCxRadioButtonListProperties |
.CaptionSettings .OptionalMark
| | MVCxSpinEditProperties |
.CaptionSettings .OptionalMark
| | MVCxTextBoxProperties |
.CaptionSettings .OptionalMark
| | MVCxTimeEditProperties |
.CaptionSettings .OptionalMark
| | MVCxTokenBoxProperties |
.CaptionSettings .OptionalMark
| | MVCxTrackBarProperties |
.CaptionSettings .OptionalMark
| | ASP.NET Web Forms Controls | ASPxEdit |
.CaptionSettings .OptionalMark
|
See Also