DataGridTableStyle.ShouldSerializePreferredRowHeight Метод
Определение
Определяет необходимость сохранения значения свойства PreferredRowHeight.Indicates whether the PreferredRowHeight property should be persisted.
protected:
bool ShouldSerializePreferredRowHeight();
protected bool ShouldSerializePreferredRowHeight ();
member this.ShouldSerializePreferredRowHeight : unit -> bool
Protected Function ShouldSerializePreferredRowHeight () As Boolean
Возвращаемое значение
Значение true
, если значение свойства было изменено (относительно значения по умолчанию); в противном случае — значение false
.true
if the property value has changed from its default; otherwise, false
.
Комментарии
Этот метод обычно используется, если вы создаете конструктор для DataGridTableStyle или создаете собственный элемент управления, включающий DataGridTableStyle .You typically use this method if you are either creating a designer for the DataGridTableStyle or creating your own control incorporating the DataGridTableStyle.