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

OptionsLayoutBase.CurrentLayoutScaleFactor Property

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[Browsable(false)]
[DefaultValue(null)]
public SizeF? CurrentLayoutScaleFactor { get; }

Property Value

Type Default
Nullable<SizeF> *null*

Property Paths

You can access this nested property as listed below:

Show 28 property paths
Library Object Type Path to CurrentLayoutScaleFactor
WinForms Controls BarManager
.OptionsLayout .CurrentLayoutScaleFactor
ToolbarFormManager
.OptionsLayout .CurrentLayoutScaleFactor
GanttControl
.OptionsLayout .CurrentLayoutScaleFactor
AdvBandedGridView
.OptionsLayout .CurrentLayoutScaleFactor
BandedGridView
.OptionsLayout .CurrentLayoutScaleFactor
BaseView
.OptionsLayout .CurrentLayoutScaleFactor
ColumnView
.OptionsLayout .CurrentLayoutScaleFactor
CardView
.OptionsLayout .CurrentLayoutScaleFactor
GridView
.OptionsLayout .CurrentLayoutScaleFactor
LayoutView
.OptionsLayout .CurrentLayoutScaleFactor
TileView
.OptionsLayout .CurrentLayoutScaleFactor
WinExplorerView
.OptionsLayout .CurrentLayoutScaleFactor
PivotGridControl
.OptionsLayout .CurrentLayoutScaleFactor
DocumentViewerBarManager
.OptionsLayout .CurrentLayoutScaleFactor
PrintBarManager
.OptionsLayout .CurrentLayoutScaleFactor
SchedulerControl
.OptionsLayout .CurrentLayoutScaleFactor
ResourcesTree
.OptionsLayout .CurrentLayoutScaleFactor
TreeList
.OptionsLayout .CurrentLayoutScaleFactor
PropertyGridControl
.OptionsLayout .CurrentLayoutScaleFactor
VGridControl
.OptionsLayout .CurrentLayoutScaleFactor
VGridControlBase
.OptionsLayout .CurrentLayoutScaleFactor
Reporting XRPivotGrid
.OptionsLayout .CurrentLayoutScaleFactor
XRDesignBarManager
.OptionsLayout .CurrentLayoutScaleFactor
XRDesignFieldList
.OptionsLayout .CurrentLayoutScaleFactor
XRDesignReportExplorer
.OptionsLayout .CurrentLayoutScaleFactor
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsLayout .CurrentLayoutScaleFactor
ASPxPivotGrid
.FullLayout .CurrentLayoutScaleFactor
PivotGridWebOptionsLayout
.FullLayout .CurrentLayoutScaleFactor
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsLayout .CurrentLayoutScaleFactor
MVCxPivotGrid
.FullLayout .CurrentLayoutScaleFactor
See Also