C# 클래스 SilverlightFX.UserInterface.DetailView

상속: DataboundControl
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
ItemContainerStyleProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty
ItemTransitionProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
DetailView ( ) : System

Initializes an instance of a DetailView.

OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
CreateDataList ( IEnumerable data ) : DataList
OnDataListChanged ( ) : void
OnDataListChanging ( ) : void
OnLoaded ( RoutedEventArgs e ) : void

비공개 메소드들

메소드 설명
OnDataListPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnItemContainerStylePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemTemplatePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemTransitionCompleted ( object sender, EventArgs e ) : void
OnNextCommand ( object parameter ) : void
OnPreviousCommand ( object parameter ) : void
Update ( bool useTransition ) : void

메소드 상세

CreateDataList() 보호된 메소드

protected CreateDataList ( IEnumerable data ) : DataList
data IEnumerable
리턴 System.Windows.Data.DataList

DetailView() 공개 메소드

Initializes an instance of a DetailView.
public DetailView ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnDataListChanged() 보호된 메소드

protected OnDataListChanged ( ) : void
리턴 void

OnDataListChanging() 보호된 메소드

protected OnDataListChanging ( ) : void
리턴 void

OnLoaded() 보호된 메소드

protected OnLoaded ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

프로퍼티 상세

ItemContainerStyleProperty 공개적으로 정적으로 프로퍼티

Represents the ItemContainerStyle property on a ListView control.
public static DependencyProperty,System.Windows ItemContainerStyleProperty
리턴 System.Windows.DependencyProperty

ItemTemplateProperty 공개적으로 정적으로 프로퍼티

Represents the ItemTemplate property on a ListView control.
public static DependencyProperty,System.Windows ItemTemplateProperty
리턴 System.Windows.DependencyProperty

ItemTransitionProperty 공개적으로 정적으로 프로퍼티

Represents the ItemTransition property on a DetailView control.
public static DependencyProperty,System.Windows ItemTransitionProperty
리턴 System.Windows.DependencyProperty