Show / Hide Table of Contents

Class Template

Represents the presenter template.

Inheritance
System.Object
Template
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class Template

Properties

Name Description
AllowsDelete

Gets a value indicates whether deleting row(s) is allowed.

AttachedScalarBindings

Gets the attached scalar bindings.

BlockBindings

Gets the block bindings.

BlockViewBehaviors

Gets the block view behaviors.

ContainerRange

Gets the container view range.

DataPresenter

Gets the data presenter.

FlowRepeatCount

Gets the block level flow repeat count.

FrozenBottom

Gets the number of frozen bottom grid rows from scrolling.

FrozenLeft

Gets the number of frozen left grid columns from scrolling.

FrozenRight

Gets the number of frozen right grid columns from scrolling.

FrozenTop

Gets the number of frozen top grid rows from scrolling.

GridColumns

Gets the grid columns.

GridLines

Gets the grid lines should be rendered.

GridRows

Gets the grid rows.

InitialFocus

Gets the operation to set initial keyboard focus.

IsRecursive

Gets a value indicates whether data should be presented as recursive.

Orientation

Gets the layout orientation.

Presenter

Gets the presenter.

RecursiveModelOrdinal

Gets the child model ordinal to present data as recursive.

RowAsyncValidators

Gets the row async validators.

RowBindings

Gets the row bindings.

RowRange

Gets the row range.

RowValidationMode

Gets the row validation mode.

RowViewBehaviors

Gets the row view behaviors.

ScalarAsyncValidators

Gets the scalar async validators.

ScalarBindings

Gets the scalar bindings.

ScalarValidationMode

Gets the scalar validation mode.

SelectionMode

Gets the row selection mode.

Stretches

Gets number of grid tracks stretching to end of view port.

VirtualRowPlacement

Gets the placement of virtual row.

Methods

Name Description
Range()

Returns the grid range contains all grid columns and rows.

Range(Int32, Int32)

Returns the grid range at specified column and row.

Range(Int32, Int32, Int32, Int32)

Returns the grid range at specified left/right grid column and top/bottom grid row.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest