IEaxGridViewSettings.GetViewSettings

Fore Syntax

GetViewSettings(Value: IDataAreaHeaderSettingsBase): IEaxGridHeaderProperties;

Fore.NET Syntax

GetViewSettings[Value: Prognoz.Platform.Interop.ForeSystem.IDataAreaHeaderSettingsBase]:
Prognoz.Platform.Interop.Express.IEaxGridHeaderProperties;

Parameters

Value. Header element, for which display settings should be obtained.

Description

The GetViewSettings property returns display settings for the specified header element.

Comments

The following elements can be specified as value of the Value parameter:

Fore and Fore.NET Examples

The property use is given in the example for IEaxGridHeaderProperties.AutoIndent.

See also:

IEaxGridViewSettings