Class TFireGridBandedTableViewOptions

Unit

Declaration

type TFireGridBandedTableViewOptions = class(TFireGridTableViewOptions)

Description

No description available, ancestor TFireGridTableViewOptions description follows
No description available, ancestor TFireGridViewOptions description follows

Hierarchy

Overview

Methods

Protected constructor Create(View: TFireGridBandedTableView);
Public destructor Destroy; override;
Public function GetBandsHeader: Boolean;
Public procedure SetBandsHeader(BandsHeader: Boolean);
Public function GetBandsQuickMenuVisible: Boolean;
Public procedure SetBandsQuickMenuVisible(QuickMenuVisible: Boolean);
Public function GetBandsQuickCustomization: Boolean;
Public procedure SetBandsQuickCustomization(QuickCustomization: Boolean);
Public function GetBandsQuickCustomizationMaxDropDownCount: Integer;
Public procedure SetBandsQuickCustomizationMaxDropDownCount(DropDownCount: Integer);
Public function GetBandHeaderHints: Boolean;
Public procedure SetBandHeaderHints(HeaderHints: Boolean);
Public function IsBandHidingEnabled: Boolean;
Public procedure SetBandHidingEnabled(Enabled: Boolean);
Public function IsBandMovingEnabled: Boolean;
Public procedure SetBandMovingEnabled(Enabled: Boolean);
Public function GetChangeNestedBandOnMoving: Boolean;
Public procedure SetChangeNestedBandOnMoving(ChangeNestedBandOnMoving: Boolean);
Public function GetChangeColumnRowOnMoving: Boolean;
Public procedure SetChangeColumnRowOnMoving(ChangeColumnRowOnMoving: Boolean);
Public function IsColumnVerSizingEnabled: Boolean;
Public procedure SetColumnVerSizingEnabled(Enabled: Boolean);
Public function IsBandHorSizingEnabled: Boolean;
Public procedure SetBandHorSizingEnabled(Enabled: Boolean);
Public function GetBandFont: TFont;
Public procedure SetBandFont(const Font: TFont);
Public function GetBandTextColor: TAlphaColor;
Public procedure SetBandTextColor(const Color: TAlphaColor);
Public function GetBandHeight: Integer;
Public procedure SetBandHeight(Height: Integer);
Public function GetIgnoreRowSpanForCells: Boolean;
Public procedure SetIgnoreRowSpanForCells(Ignore: Boolean);

Properties

Published property BandTextColor: TAlphaColor read GetBandTextColor write SetBandTextColor default TAlphaColorRec.Null;

Description

Methods

Protected constructor Create(View: TFireGridBandedTableView);
 
Public destructor Destroy; override;
 
Public function GetBandsHeader: Boolean;
 
Public procedure SetBandsHeader(BandsHeader: Boolean);
 
Public function GetBandsQuickMenuVisible: Boolean;
 
Public procedure SetBandsQuickMenuVisible(QuickMenuVisible: Boolean);
 
Public function GetBandsQuickCustomization: Boolean;
 
Public procedure SetBandsQuickCustomization(QuickCustomization: Boolean);
 
Public function GetBandsQuickCustomizationMaxDropDownCount: Integer;
 
Public procedure SetBandsQuickCustomizationMaxDropDownCount(DropDownCount: Integer);
 
Public function GetBandHeaderHints: Boolean;
 
Public procedure SetBandHeaderHints(HeaderHints: Boolean);
 
Public function IsBandHidingEnabled: Boolean;
 
Public procedure SetBandHidingEnabled(Enabled: Boolean);
 
Public function IsBandMovingEnabled: Boolean;
 
Public procedure SetBandMovingEnabled(Enabled: Boolean);
 
Public function GetChangeNestedBandOnMoving: Boolean;
 
Public procedure SetChangeNestedBandOnMoving(ChangeNestedBandOnMoving: Boolean);
 
Public function GetChangeColumnRowOnMoving: Boolean;
 
Public procedure SetChangeColumnRowOnMoving(ChangeColumnRowOnMoving: Boolean);
 
Public function IsColumnVerSizingEnabled: Boolean;
 
Public procedure SetColumnVerSizingEnabled(Enabled: Boolean);
 
Public function IsBandHorSizingEnabled: Boolean;
 
Public procedure SetBandHorSizingEnabled(Enabled: Boolean);
 
Public function GetBandFont: TFont;
 
Public procedure SetBandFont(const Font: TFont);
 
Public function GetBandTextColor: TAlphaColor;
 
Public procedure SetBandTextColor(const Color: TAlphaColor);
 
Public function GetBandHeight: Integer;
 
Public procedure SetBandHeight(Height: Integer);
 
Public function GetIgnoreRowSpanForCells: Boolean;
 
Public procedure SetIgnoreRowSpanForCells(Ignore: Boolean);
 

Properties

Published property BandTextColor: TAlphaColor read GetBandTextColor write SetBandTextColor default TAlphaColorRec.Null;
 

Generated by PasDoc 0.15.0.