Back to Devexpress

EditorCaptionSettings.OptionalMark Property

aspnet-devexpress-dot-web-dot-editorcaptionsettings.md

latest4.8 KB
Original Source

EditorCaptionSettings.OptionalMark Property

Gets or sets the text displayed within optional marks.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("(optional)")]
public string OptionalMark { get; set; }
vb
<DefaultValue("(optional)")>
Public Property OptionalMark As String

Property Value

TypeDefaultDescription
String"(optional)"

A string value that specifies an optional mark text.

|

Property Paths

You can access this nested property as listed below:

Show 18 property paths

LibraryObject TypePath to OptionalMark
ASP.NET MVC ExtensionsMVCxBinaryImageEditProperties

.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

Online Demo: Data Editors - Caption

EditorCaptionSettings Class

EditorCaptionSettings Members

DevExpress.Web Namespace