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.v22.1.dll

NuGet Package: DevExpress.Web

Declaration

public virtual RibbonTextBoxProperties PropertiesTextBox { get; }

Property Value

Type Description
RibbonTextBoxProperties

A RibbonTextBoxProperties object that contains text box specific settings.

See Also