Class WrappingSectionBase
public abstract class WrappingSectionBase : NotificationObject, ISection, IModel, INotifyPropertyChanged, IDataErrorInfo
- Inheritance
-
WrappingSectionBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
WrappingSectionBase(ISection)
protected WrappingSectionBase(ISection inner)
Parameters
innerISection
Properties
Content
public virtual ISection Content { get; }
Property Value
DoCollapseAll
public ICommand DoCollapseAll { get; }
Property Value
DoExpandAll
public ICommand DoExpandAll { get; }
Property Value
Error
Gets an error message indicating what is wrong with this object.
public string Error { get; }
Property Value
- string
An error message indicating what is wrong with this object. The default is an empty string ("").
Fields
public virtual IEnumerable<IField> Fields { get; }
Property Value
HasChanges
public virtual bool HasChanges { get; }
Property Value
HeaderBackgroundBrush
public virtual Brush HeaderBackgroundBrush { get; }
Property Value
HeaderForegroundBrush
public virtual Brush HeaderForegroundBrush { get; }
Property Value
Height
public GridLength Height { get; set; }
Property Value
HeightInternal
public GridLength HeightInternal { get; set; }
Property Value
IsEditable
public virtual bool IsEditable { get; }
Property Value
IsExpanded
public bool IsExpanded { get; set; }
Property Value
IsHero
public virtual bool IsHero { get; }
Property Value
IsResizable
public virtual bool IsResizable { get; }
Property Value
IsValid
public virtual bool IsValid { get; }
Property Value
IsVisible
public virtual bool IsVisible { get; }
Property Value
this[string]
Gets the error message for the property with the given name.
public string this[string columnName] { get; }
Parameters
columnNamestringThe name of the property whose error message to get.
Property Value
- string
The error message for the property. The default is an empty string ("").
SectionBackgroundBrush
public virtual Brush SectionBackgroundBrush { get; }
Property Value
Subtitle
public virtual string Subtitle { get; }
Property Value
Surface
public ISurface Surface { get; }
Property Value
Title
public virtual string Title { get; }
Property Value
Methods
OnLoadedAsync()
public virtual Task OnLoadedAsync()
Returns
WithField(IField)
public virtual ISection WithField(IField f)
Parameters
fIField
Returns
WithoutField(IField)
public virtual ISection WithoutField(IField f)
Parameters
fIField
Returns
Events
CollapseAllRequested
public event Action CollapseAllRequested
Event Type
ExpandAllRequested
public event Action ExpandAllRequested