다음을 통해 공유


BindingNavigator.CountItemFormat 속성

정의

CountItem 컨트롤에 표시되는 정보의 형식을 지정하는 데 사용할 문자열을 가져오거나 설정합니다.

public:
 property System::String ^ CountItemFormat { System::String ^ get(); void set(System::String ^ value); };
public string CountItemFormat { get; set; }
member this.CountItemFormat : string with get, set
Public Property CountItemFormat As String

속성 값

String

항목 수의 형식을 지정하는 데 사용되는 String 형식입니다. 기본값은 "of {0}" 문자열입니다.

설명

컨트롤은 CountItem ToolStripLabel 에 있는 항목의 총 수를 표시하는 컨트롤입니다 BindingSource. 속성은 CountItemFormat 개수의 서식을 지정하는 데 사용되는 형식 문자열입니다.

형식 문자열에 대한 자세한 내용은 메서드를 참조하세요 String.Format(String, Object) .

적용 대상

추가 정보