Interface IValueInputer
public interface IValueInputer
- Extension Methods
Properties
IsFocus
bool IsFocus { get; set; }
Property Value
SelectAll
bool SelectAll { get; set; }
public interface IValueInputer
bool IsFocus { get; set; }
bool SelectAll { get; set; }