ListDrawer.IsFoldedOut - Sibz/Com.Sibz.EditorList GitHub Wiki
public virtual bool IsFoldedOut { get; set; } = true;
Stores state of foldout.
This can be overridden to allow implementor to save the state.
public virtual bool IsFoldedOut { get; set; } = true;
Stores state of foldout.
This can be overridden to allow implementor to save the state.