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

Default value: -1

A value that indicates the z-index (stack order) of the splitter bar.

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

Reference

options type
wijsplitter jQuery Widget