ItemsControl.ShouldSerializeGroupStyle 메서드

정의

serialization 프로세스가 GroupStyle 속성의 유효한 값을 serialize해야 하는지 여부를 나타내는 값을 반환합니다.

public:
 bool ShouldSerializeGroupStyle();
public bool ShouldSerializeGroupStyle ();
member this.ShouldSerializeGroupStyle : unit -> bool
Public Function ShouldSerializeGroupStyle () As Boolean

반환

Boolean

GroupStyle 속성 값을 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상