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是显示项总数的BindingSource控件ToolStripLabel。 属性 CountItemFormat 是用于设置计数格式的格式字符串。

有关格式字符串的详细信息,请参阅 String.Format(String, Object) 该方法。

适用于

另请参阅