Click or drag to resize

MccGridNewSetReadOnlyGridViewModeStyle Method

조회 전용 그리드 스타일로 변경 합니다.

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetReadOnlyGridViewModeStyle(
	bool filterVisible,
	FilterUIType filterUIType,
	bool outlookGroupByViewStyleBand
)

Parameters

filterVisible
Type: SystemBoolean
Filter를 사용하면 true 입니다.
filterUIType
Type: FilterUIType
FilterUIType을 설정 합니다.
outlookGroupByViewStyleBand
Type: SystemBoolean
ViewStyleBand를 OutlookGroupBy를 사용하면 true입니다.
See Also