ASPxVerticalGrid.SettingsText Property
Provides access to the VerticalGrid’s text settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ASPxVerticalGridTextSettings | An ASPxVerticalGridTextSettings object that contains the control’s text settings. |
Remarks
The ASPxGridTextSettings.Title property allows the text displayed in the ASPxVerticalGrid’s title panel to be specified.
See Also