C# Class DevExpress.OutlookInspiredApp.Win.ViewModel.CollectionUIViewModel

Afficher le fichier Open project: sethjuarez/DevAV Class Usage Examples

Méthodes publiques

Méthode Description
CanHideDetail ( ) : bool
CanResetView ( ) : bool
CanShowCard ( ) : bool
CanShowCarousel ( ) : bool
CanShowHorizontalLayout ( ) : bool
CanShowList ( ) : bool
CanShowVerticalLayout ( ) : bool

Méthodes protégées

Méthode Description
OnViewKindChanged ( ) : void
OnViewLayoutChanged ( ) : void

Private Methods

Méthode Description
HideDetail ( ) : void
RaiseViewKindChanged ( ) : void
RaiseViewLayoutChanged ( ) : void
ResetView ( ) : void
ShowCard ( ) : void
ShowCarousel ( ) : void
ShowHorizontalLayout ( ) : void
ShowList ( ) : void
ShowVerticalLayout ( ) : void

Method Details

CanHideDetail() public méthode

public CanHideDetail ( ) : bool
Résultat bool

CanResetView() public méthode

public CanResetView ( ) : bool
Résultat bool

CanShowCard() public méthode

public CanShowCard ( ) : bool
Résultat bool

CanShowCarousel() public méthode

public CanShowCarousel ( ) : bool
Résultat bool

CanShowHorizontalLayout() public méthode

public CanShowHorizontalLayout ( ) : bool
Résultat bool

CanShowList() public méthode

public CanShowList ( ) : bool
Résultat bool

CanShowVerticalLayout() public méthode

public CanShowVerticalLayout ( ) : bool
Résultat bool

OnViewKindChanged() protected méthode

protected OnViewKindChanged ( ) : void
Résultat void

OnViewLayoutChanged() protected méthode

protected OnViewLayoutChanged ( ) : void
Résultat void