Skip to main content

ToolbarTableColumnPropertiesDialogButton.Text Property

Gets or sets the button’s display text.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Column Properties...")]
public override string Text { get; set; }

Property Value

Type Default Description
String "Column Properties..."

A string value that specifies the toolbar button’s display text.

Remarks

The text specified via the Text property is displayed if the button’s ToolbarTableColumnPropertiesDialogButton.ViewStyle property is set to ViewStyle.ImageAndText or ViewStyle.Text.

See Also