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

Datei anzeigen Open project: sethjuarez/DevAV Class Usage Examples

Public Methods

Method Description
CanHideDetail ( ) : bool
CanResetView ( ) : bool
CanShowCard ( ) : bool
CanShowCarousel ( ) : bool
CanShowHorizontalLayout ( ) : bool
CanShowList ( ) : bool
CanShowVerticalLayout ( ) : bool

Protected Methods

Method Description
OnViewKindChanged ( ) : void
OnViewLayoutChanged ( ) : void

Private Methods

Method Description
HideDetail ( ) : void
RaiseViewKindChanged ( ) : void
RaiseViewLayoutChanged ( ) : void
ResetView ( ) : void
ShowCard ( ) : void
ShowCarousel ( ) : void
ShowHorizontalLayout ( ) : void
ShowList ( ) : void
ShowVerticalLayout ( ) : void

Method Details

CanHideDetail() public method

public CanHideDetail ( ) : bool
return bool

CanResetView() public method

public CanResetView ( ) : bool
return bool

CanShowCard() public method

public CanShowCard ( ) : bool
return bool

CanShowCarousel() public method

public CanShowCarousel ( ) : bool
return bool

CanShowHorizontalLayout() public method

public CanShowHorizontalLayout ( ) : bool
return bool

CanShowList() public method

public CanShowList ( ) : bool
return bool

CanShowVerticalLayout() public method

public CanShowVerticalLayout ( ) : bool
return bool

OnViewKindChanged() protected method

protected OnViewKindChanged ( ) : void
return void

OnViewLayoutChanged() protected method

protected OnViewLayoutChanged ( ) : void
return void