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

RibbonTextBoxItem.PropertiesTextBox Property

Provides access to the item’s settings that are specific to the text box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual RibbonTextBoxProperties PropertiesTextBox { get; }

Property Value

Type Description
RibbonTextBoxProperties

A RibbonTextBoxProperties object that contains text box specific settings.

See Also