BindingNavigator.CountItemFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于设置在 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,用于设置项数的显示格式。 默认值为字符串“of {0}”。
注解
控件CountItem是显示项总数的BindingSource控件ToolStripLabel。 属性 CountItemFormat 是用于设置计数格式的格式字符串。
有关格式字符串的详细信息,请参阅 String.Format(String, Object) 该方法。