Show / Hide Table of Contents

Enum AutoSizeWaiver

Specifies how to bypass auto size measuring for template grid columns and rows.

Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
[Flags]
public enum AutoSizeWaiver

Fields

Name Description
All

Bypasses both template auto width grid columns and auto height grid rows.

Height

Bypasses template auto height grid rows.

None

Both template auto width grid columns and auto height grid rows are respected.

Width

Bypasses template auto width grid columns.

Extension Methods

ColumnExtensions.WithDefaultValue<AutoSizeWaiver, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<AutoSizeWaiver, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest