Click or drag to resize

MccGridSetReadOnlyGridViewModeStyle 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를 사용
filterUIType
Type: FilterUIType
FilterUIType을 설정
outlookGroupByViewStyleBand
Type: SystemBoolean
OutlookGroupBy 사용
See Also