A newer version of this page is available.
Switch to the current version.
ToolbarFontNameEdit.DefaultCaption Property
Gets or sets a value that specifies the default caption of a toolbar item of the ToolbarFontNameEdit type.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue("(Font Name)")]
public override string DefaultCaption { get; set; }
<DefaultValue("(Font Name)")>
Public Overrides Property DefaultCaption As String
Property Value
Type | Default | Description |
---|---|---|
String | "(Font Name)" |
A string that specifies the default caption of a toolbar item of the ToolbarFontNameEdit type. |
See Also
Feedback