Class CustomZoneOwner
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Base class for zone owner.
public abstract class CustomZoneOwner : Control, IDrawerOwner
Inheritance
object ← MarshalByRefObject ← Component ← Control ← CustomZoneOwner
Derived
Implements
Properties
AutoExpandPopups
Gets or sets condition for auto expand popups.
public virtual bool AutoExpandPopups { get; set; }
Property Value
DefaultColumnWidth
Gets or sets default column width.
public virtual int DefaultColumnWidth { get; set; }
Property Value
DefaultRowHeight
Gets or sets default row height.
public virtual int DefaultRowHeight { get; set; }
Property Value
DefaultSize
Gets the default size of the control.
protected override Size DefaultSize { get; }
Property Value
Drawer
Gets current drawer.
public Drawer Drawer { get; }
Property Value
UIStyle
Gets or sets user interface style.
public UIStyle UIStyle { get; set; }
Property Value
Methods
UpdateUIStyle()
Updates user interface style.
protected virtual void UpdateUIStyle()