다음을 통해 공유


ListControl.FormattingEnabled 속성

정의

의 속성ListControl에 서식이 적용되는 DisplayMember 지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool FormattingEnabled { bool get(); void set(bool value); };
public bool FormattingEnabled { get; set; }
member this.FormattingEnabled : bool with get, set
Public Property FormattingEnabled As Boolean

속성 값

속성의 서식을 사용하도록 설정하면 이고, 그렇지 않으면 .입니다. 기본값은 false입니다.

설명

FormattingEnabled 속성을 설정하면 trueFormat 표시되는 각 멤버ListControl에 대해 이벤트가 발생합니다.

SelectedIndex, SelectedValueFormattingEnabled 다음과 같이 관련됩니다.

적용 대상