Interface IMvpSettingOption
public interface IMvpSettingOption : ISettingOption
- Inherited Members
- Extension Methods
Properties
IsEnabled
bool IsEnabled { get; set; }
Property Value
IsVisible
bool IsVisible { get; set; }
public interface IMvpSettingOption : ISettingOption
bool IsEnabled { get; set; }
bool IsVisible { get; set; }