Wijmo UI for the Web
showExpander Option
wijmo.splitter.wijsplitter Namespace > options type : showExpander Option

Default value: true

A Boolean value that determines whether the expander of the wijsplitter widget is shown. is allowed to be shown.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijsplitter("option", "showExpander");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijsplitter("option", "showExpander", newValue);
        
});
var showExpander : boolean;
See Also

Reference

options type
wijsplitter jQuery Widget