Table of Contents

Class CustomZoneOwner

Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll

Base class for zone owner.

public abstract class CustomZoneOwner : Control, IDrawerOwner

Inheritance

objectMarshalByRefObjectComponentControlCustomZoneOwner

Derived

CustomGrid, FilterList

Implements

IDrawerOwner

Properties

AutoExpandPopups

Gets or sets condition for auto expand popups.

public virtual bool AutoExpandPopups { get; set; }

Property Value

bool

DefaultColumnWidth

Gets or sets default column width.

public virtual int DefaultColumnWidth { get; set; }

Property Value

int

DefaultRowHeight

Gets or sets default row height.

public virtual int DefaultRowHeight { get; set; }

Property Value

int

DefaultSize

Gets the default size of the control.

protected override Size DefaultSize { get; }

Property Value

Size

Drawer

Gets current drawer.

public Drawer Drawer { get; }

Property Value

Drawer

UIStyle

Gets or sets user interface style.

public UIStyle UIStyle { get; set; }

Property Value

UIStyle

Methods

UpdateUIStyle()

Updates user interface style.

protected virtual void UpdateUIStyle()