Skip to main content
Tab

RibbonTextBoxItem.PropertiesTextBox Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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