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

TitleSettings.PlaceholderSize Property

Specifies a size of a space reserved for a title in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(null)]
public int? PlaceholderSize { get; set; }

Property Value

Type Default Description
Nullable<Int32> *null*

A nullable integer value that specifies the space size.

Property Paths

You can access this nested property as listed below:

Object Type Path to PlaceholderSize
BootstrapChart
.TitleSettings.PlaceholderSize
BootstrapChartBase
.TitleSettings.PlaceholderSize
BootstrapCoordinateSystemChart
.TitleSettings.PlaceholderSize
BootstrapPieChart
.TitleSettings.PlaceholderSize
BootstrapPolarChart
.TitleSettings.PlaceholderSize
BootstrapRangeSelector
.TitleSettings.PlaceholderSize
BootstrapWebClientUIWidgetEx
.TitleSettings.PlaceholderSize
See Also